Skip to content

Commit

Permalink
Change branch to be main in workflows (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Tapply authored Jun 6, 2024
1 parent 4777180 commit ce2d963
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: Build on Latest and All Platforms
# Triggered on both PRs and pushes to main
on:
push:
branches: [ "master" ]
branches: [ "main" ]
pull_request:
branches: [ "master" ]
branches: [ "main" ]

jobs:
# Runs on Ubuntu latest (version 22.04)
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dependency-submission.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: Submit Dependency Summary
# Triggered on both PRs and pushes to main
on:
push:
branches: [ "master" ]
branches: [ "main" ]
pull_request:
branches: [ "master" ]
branches: [ "main" ]

jobs:
# Runs on Ubuntu latest (version 22.04)
Expand Down

0 comments on commit ce2d963

Please sign in to comment.