Skip to content

Commit

Permalink
chore(actions): run codeql on PRs to release (#13460)
Browse files Browse the repository at this point in the history
Co-authored-by: Ashwin Kumar <[email protected]>
  • Loading branch information
ashwinkumar6 and Ashwin Kumar authored Jun 6, 2024
1 parent ff89a37 commit 322cc48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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/main', 'next/release']
branches: ['main', 'release', 'next/main', 'next/release']
schedule:
# Run every Tuesday at midnight GMT
- cron: '0 0 * * 2'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-integ-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ concurrency:
on:
push:
branches:
- next/main
- replace-with-your-branch

jobs:
e2e:
Expand Down

0 comments on commit 322cc48

Please sign in to comment.