We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 938ce8e commit 6b66ea1Copy full SHA for 6b66ea1
.github/workflows/ci-additional.yaml
@@ -3,10 +3,10 @@ name: CI Additional
3
on:
4
push:
5
branches:
6
- - "*"
7
- # pull_request:
8
- # branches:
9
- # - "*"
+ - main
+ pull_request:
+ branches:
10
11
concurrency:
12
group: ${{ github.workflow }}-${{ github.ref }}
.github/workflows/ci.yaml
@@ -3,9 +3,9 @@ on:
- "*"
+ - "*"
0 commit comments