mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-20 12:03:11 -04:00
fix: update github actions trigger configs (#49328)
This commit is contained in:
committed by
GitHub
parent
f2a4f58911
commit
51217a62db
17
.github/workflows/node.js-tests.yml
vendored
17
.github/workflows/node.js-tests.yml
vendored
@@ -1,14 +1,21 @@
|
||||
name: CI - Node.js Test Current
|
||||
env:
|
||||
NODE_OPTIONS: '--max_old_space_size=6144'
|
||||
|
||||
on:
|
||||
# Run on push events, but only for the below branches
|
||||
push:
|
||||
branches-ignore:
|
||||
- 'renovate/**'
|
||||
- 'next-api'
|
||||
branches:
|
||||
- 'main'
|
||||
- 'prod-**'
|
||||
# Run on pull requests, but only for the below targets
|
||||
pull_request:
|
||||
branches-ignore:
|
||||
- 'next-api'
|
||||
branches:
|
||||
- 'main'
|
||||
- 'next-**'
|
||||
# Run on Merge Queue
|
||||
merge_group:
|
||||
types: [checks_requested]
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
Reference in New Issue
Block a user