Skip to content

Commit d69d663

Browse files
committed
ci: run CI workflows when workflow definition changes
1 parent ff9b650 commit d69d663

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,14 @@ on:
77
- '**.go'
88
- 'go.mod'
99
- 'go.sum'
10+
- '.github/workflows/build.yml'
1011
pull_request:
1112
branches: [ main ]
1213
paths:
1314
- '**.go'
1415
- 'go.mod'
1516
- 'go.sum'
17+
- '.github/workflows/build.yml'
1618

1719
jobs:
1820
build:

.github/workflows/deploy-pages.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,13 @@ on:
66
- main
77
paths:
88
- 'web/**'
9+
- '.github/workflows/deploy-pages.yml'
910
pull_request:
1011
branches:
1112
- main
1213
paths:
1314
- 'web/**'
15+
- '.github/workflows/deploy-pages.yml'
1416

1517
permissions:
1618
contents: read

.github/workflows/lint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,14 @@ on:
77
- '**.go'
88
- 'go.mod'
99
- 'go.sum'
10+
- '.github/workflows/lint.yml'
1011
pull_request:
1112
branches: [ main ]
1213
paths:
1314
- '**.go'
1415
- 'go.mod'
1516
- 'go.sum'
17+
- '.github/workflows/lint.yml'
1618

1719
jobs:
1820
golangci:

0 commit comments

Comments
 (0)