Skip to content

Commit 3deb945

Browse files
committed
ignore actions when workflow file is edited except push
1 parent c54d247 commit 3deb945

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/push.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ on:
33
paths-ignore:
44
- "README.md"
55
- "ChangeLog.md"
6+
- ".github/workflows/pull_request.yaml"
7+
- ".github/workflows/release.yaml"
68
jobs:
79
default:
810
strategy:

0 commit comments

Comments
 (0)