Skip to content

Commit

Permalink
Added Graphite branches to the triggers of existing Workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
CatChen committed Sep 1, 2022
1 parent 0d3724c commit 6453316
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ name: 'CodeQL'

on:
push:
branches: [master]
branches: [master, '[0-9]+-[0-9]+-*']
pull_request:
# The branches below must be a subset of the branches above
branches: [master]
branches: [master, '[0-9]+-[0-9]+-*']
schedule:
- cron: '0 3 * * 0'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
push:
branches: [master]
pull_request:
branches: [master]
branches: [master, '[0-9]+-[0-9]+-*']

jobs:
build:
Expand Down

0 comments on commit 6453316

Please sign in to comment.