Skip to content

Commit

Permalink
feat: adds branch main to workflow files
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubmkowalski committed Apr 10, 2024
1 parent 52ada43 commit 6cdfdca
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,14 @@ name: "CodeQL"

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

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/sync-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
branches:
- master
- main
paths:
- .github/labels.yml
jobs:
Expand Down

0 comments on commit 6cdfdca

Please sign in to comment.