Skip to content

Commit

Permalink
chore(ARCO-186): enable tests before release and restriction to the m…
Browse files Browse the repository at this point in the history
…ain branch
  • Loading branch information
pawellewandowski98 committed Nov 5, 2024
1 parent ba9fd12 commit 252355f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions:
jobs:
goreleaser:
runs-on: ubuntu-latest
# if: github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/main'
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
8 changes: 4 additions & 4 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
# ---------------------------
version: 2

#before:
# hooks:
# - make test
# - make run_e2e_tests
before:
hooks:
- make test
- make run_e2e_tests
snapshot:
version_template: "{{ .Tag }}"

Expand Down

0 comments on commit 252355f

Please sign in to comment.