Skip to content

Commit

Permalink
ci: deactivate release rule
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBubel committed Dec 20, 2023
1 parent b5ccd16 commit 6ce191b
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 @@ -53,7 +53,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 6ce191b

Please sign in to comment.