Skip to content

Commit 24e4e30

Browse files
committed
chore: Updated GH workflow triggers
1 parent 9492c1a commit 24e4e30

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/commit.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
push:
66
branches:
77
- main
8+
paths-ignore:
9+
- .github/pull-request.yaml
10+
- .github/release.yaml
811

912
jobs:
1013
build:

.github/workflows/pull-request.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
pull_request:
55
branches:
66
- main
7+
paths-ignore:
8+
- .github/commit.yaml
9+
- .github/release.yaml
710

811
jobs:
912
build:

0 commit comments

Comments
 (0)