Skip to content

Commit

Permalink
remove permanent deploy trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBubel committed Jan 12, 2024
1 parent 2bf37b7 commit 207034b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
needs: develop-matrix
# if: github.event_name == 'release' # && github.event.action == 'created'
if: github.event_name == 'release' # && github.event.action == 'created'
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 207034b

Please sign in to comment.