Skip to content

Commit

Permalink
chore(actions): run codeql workflow on next/release next/main (#12002)
Browse files Browse the repository at this point in the history
* chore(actions): check if codeql runs on next/release PR

* chore(actions): run codeql workflow on next*

* chore(actions): run codeql workflow on next/release next/main

* Chore: check next** pattern

* Chore(actions): use hardcoded next branches instead of pattern

---------

Co-authored-by: Sridhar <[email protected]>
  • Loading branch information
ashwinkumar6 and Sridhar authored Sep 11, 2023
1 parent a1dfe9f commit 8aafdd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
push:
branches: ['*']
pull_request:
branches: ['main', 'next']
branches: ['main', 'next/main', 'next/release']
schedule:
# Run every Tuesday at midnight GMT
- cron: '0 0 * * 2'
Expand Down

0 comments on commit 8aafdd1

Please sign in to comment.