Skip to content

Commit

Permalink
CI builds not running in main / develop #948
Browse files Browse the repository at this point in the history
  • Loading branch information
joepio committed Aug 21, 2024
1 parent f6bd0dd commit 54c8f1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ jobs:
- name: Earthly +tests
run: earthly --org ontola --ci --sat henk -P +tests
- name: Earthly +builds
if: github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main'
run: earthly --org ontola --ci --sat henk -P --push +builds --tags="${{ steps.meta.outputs.tags }}"

0 comments on commit 54c8f1d

Please sign in to comment.