Skip to content

Commit

Permalink
ci: dry run gha release
Browse files Browse the repository at this point in the history
  • Loading branch information
dikderoy committed Oct 17, 2023
1 parent 6fbc0f3 commit d1a78ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: build
on: [ push, pull_request ]
on: push
jobs:
build:
strategy:
Expand Down Expand Up @@ -36,7 +36,7 @@ jobs:

release:
needs: build
if: github.ref == 'refs/heads/main'
# if: github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
permissions:
contents: write
Expand Down

0 comments on commit d1a78ce

Please sign in to comment.