Skip to content

Commit aea8384

Browse files
committed
changed the branch-ignore configuration in ci.yml
1 parent 1a29234 commit aea8384

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ name: CI Pipeline
22

33
on:
44
push:
5-
branches-ignore:
6-
- '**' # Ignore all branches pushed as part of a pull request
5+
branches:
6+
- main # Ignore all branches pushed as part of a pull request
77
pull_request:
88
branches:
9-
- '**'
9+
- main
1010

1111
concurrency:
1212
group: ${{ github.ref }}

0 commit comments

Comments
 (0)