Skip to content

Commit

Permalink
Use main instead of legacy master branch in build, deploy pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
rchomczyk committed Nov 16, 2024
1 parent d7c30c9 commit 29d7921
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
name: Build honey
on:
push:
branches: [ "master" ]
branches: [ "main" ]
pull_request:
branches: [ "master" ]
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Publish honey
on:
push:
branches: [ master ]
branches: [ main ]
jobs:
publish:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 29d7921

Please sign in to comment.