Skip to content

Commit

Permalink
also build from main
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed May 10, 2024
1 parent 3149c4d commit 5380876
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- 'master'
- 'main'
paths:
- '*/Dockerfile'
- '.github/workflows/build.yml'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
path: artifacts

- name: push
if: success() && github.ref == 'refs/heads/master'
if: success() && github.ref == 'refs/heads/main'
run: |
cp -f artifacts/* source/
echo "pushing changes to github"
Expand Down

0 comments on commit 5380876

Please sign in to comment.