Skip to content

Commit

Permalink
Merge pull request #2 from arnouthoebreckx/feature/helm-artifact-ci
Browse files Browse the repository at this point in the history
Github reference is main
  • Loading branch information
arnouthoebreckx authored Nov 13, 2022
2 parents 496c84b + e44d64e commit ea9cbf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
run: helm lint charts/tafun-quarkus/
release:
needs: validate
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit ea9cbf9

Please sign in to comment.