Skip to content

Commit

Permalink
trigger workflows when they are modified
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeous committed May 15, 2023
1 parent 59a01a1 commit e11b6f2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
- '**.go'
- 'go.mod'
- 'go.sum'
- '.github/workflows/build.yml'
pull_request:
branches:
- main
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
- '**.go'
- 'go.mod'
- 'go.sum'
- '.github/workflows/docker.yml'
workflow_dispatch:

env:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
- '**.go'
- 'go.mod'
- 'go.sum'
- '.github/workflows/publish.yml'
tags:
- 'v*'
workflow_dispatch:
Expand Down

0 comments on commit e11b6f2

Please sign in to comment.