Skip to content
This repository was archived by the owner on Nov 25, 2024. It is now read-only.

Commit f1ccfcf

Browse files
committed
Only run CI if there are changes to go files or the workflow [skip ci]
1 parent 086e205 commit f1ccfcf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/dendrite.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,13 @@ on:
44
push:
55
branches:
66
- main
7+
paths:
8+
- '**.go' # only execute on changes to go files
9+
- '.github/workflows/**' # or workflow changes
710
pull_request:
11+
paths:
12+
- '**.go'
13+
- '.github/workflows/**'
814
release:
915
types: [published]
1016
workflow_dispatch:

0 commit comments

Comments
 (0)