Skip to content

Commit 957b5a3

Browse files
committed
Proper triggers for push and pull requests
1 parent 50957c0 commit 957b5a3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pipeline.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ on:
44
push:
55
paths:
66
- "src/*"
7-
- ".github/workflows/*"
7+
- ".github/workflows/**"
88
tags-ignore:
99
- "**"
1010
pull_request:
1111
paths:
12-
- "src/*"
13-
- ".github/workflows/*"
12+
- "src/**"
13+
- ".github/workflows/**"
1414

1515
env:
1616
version: 2.2.${{github.run_number}}

0 commit comments

Comments
 (0)