Skip to content

Commit

Permalink
change branch name for code analysis workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yashbhutwala committed Oct 1, 2020
1 parent 9759f2c commit 983bd6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: "code-scanning"

on:
push:
branches: [main]
branches: [master]
pull_request:
branches: [main]
branches: [master]
schedule:
- cron: '0 15 * * 0'

Expand Down

0 comments on commit 983bd6b

Please sign in to comment.