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 1a29234 commit aea8384Copy full SHA for aea8384
.github/workflows/ci.yml
@@ -2,11 +2,11 @@ name: CI Pipeline
2
3
on:
4
push:
5
- branches-ignore:
6
- - '**' # Ignore all branches pushed as part of a pull request
+ branches:
+ - main # Ignore all branches pushed as part of a pull request
7
pull_request:
8
branches:
9
- - '**'
+ - main
10
11
concurrency:
12
group: ${{ github.ref }}
0 commit comments