Skip to content

Commit ad3117d

Browse files
committed
Ignore ci-cd if other workflows are edited
1 parent ad687b5 commit ad3117d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci-cd.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name: CI/CD
33
on:
44
push:
55
branches: [ '**' ] # this triggers only on branch commits, which prevents triggering off of tag-only commits
6+
paths-ignore:
7+
- .github/workflows/examples.yml
8+
- .github/workflows/move-tags.yml
69
workflow_dispatch:
710

811
concurrency:

0 commit comments

Comments
 (0)