Skip to content

Commit

Permalink
Don't run release on dev
Browse files Browse the repository at this point in the history
  • Loading branch information
HenrikSpiegel committed Mar 22, 2024
1 parent 8f3a5fe commit 4e26600
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Release-package.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
on:
push:
branches: [main, stage, dev]
branches: [main, stage]
pull_request:
branches: [main, stage, dev]
branches: [main, stage]
workflow_dispatch:

name: Release Package 🚀
Expand Down

0 comments on commit 4e26600

Please sign in to comment.