We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6279063 commit 4ca963bCopy full SHA for 4ca963b
.github/workflows/develop.yml
@@ -3,10 +3,10 @@ name: Develop Workflow
3
on:
4
push:
5
branches-ignore:
6
- - 'release_test'
+ - 'release'
7
pull_request_target:
8
9
10
11
permissions:
12
actions: write
.github/workflows/release.yml
@@ -3,7 +3,7 @@ name: Release Workflow
branches:
jobs:
create-release:
0 commit comments