Skip to content

Commit

Permalink
GitHub Actions to work on branch main. (#271)
Browse files Browse the repository at this point in the history
  • Loading branch information
ibacher authored Jul 2, 2024
1 parent c466451 commit 6449d0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build and Publish

on:
push:
branches: [master]
branches: [main]

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: Build and Test

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

push:
branches-ignore: [master]
branches-ignore: [main]

jobs:
build:
Expand Down

0 comments on commit 6449d0b

Please sign in to comment.