Skip to content

Commit

Permalink
Updates to workflows may also trigger actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Anders Qvist committed Apr 18, 2023
1 parent e3178a7 commit 7e252ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tools-container-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- main
paths:
- 'docker/**'
- '.github/**'

jobs:
publish_latest:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tools-container-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- published
paths:
- "docker/**"
- ".github/**"

jobs:
publish_latest:
Expand Down

0 comments on commit 7e252ca

Please sign in to comment.