We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7344ce commit 02f1e30Copy full SHA for 02f1e30
.github/workflows/release.yml
@@ -1,10 +1,11 @@
1
name: Release
2
3
-on: workflow_dispatch
+on: push
4
5
jobs:
6
release:
7
8
+ if: github.ref == 'refs/heads/DEVPLAT-2566-migrate-to-github-action'
9
runs-on: ubuntu-latest
10
steps:
11
- name: Checkout
.releaserc.yml
@@ -1,7 +1,7 @@
preset: "angular"
branches:
- - main
+ - DEVPLAT-2566-migrate-to-github-action
plugins:
- "@semantic-release/commit-analyzer"
0 commit comments