Skip to content

Commit

Permalink
chore: add main branch to gh actions (#5056)
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterSchafer authored Feb 16, 2024
1 parent 383f383 commit 7851e18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 'Check Dependencies'

on:
pull_request:
branches: [master]
branches: [master, main]

jobs:
check-dependencies:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/danger-zone.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 'Danger Zone'
on:
pull_request:
branches: [master]
branches: [master, main]

jobs:
build:
Expand Down

0 comments on commit 7851e18

Please sign in to comment.