We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63496e6 commit 7c7fdb0Copy full SHA for 7c7fdb0
3 files changed
.github/workflows/integration.yml
@@ -4,9 +4,11 @@ on:
4
push:
5
branches:
6
- 'main'
7
+ - 'release/**/*'
8
pull_request:
9
10
11
12
workflow_dispatch:
13
14
concurrency:
.github/workflows/release.yml
@@ -4,6 +4,7 @@ on:
jobs:
release:
.github/workflows/unit.yml
0 commit comments