Skip to content

Commit

Permalink
Trigger builds on workflow changes (#61)
Browse files Browse the repository at this point in the history
* Update ci-python.yml

* Update ci-node.yml

* Update ci-java.yml
  • Loading branch information
djohts authored Dec 7, 2024
1 parent f2b3fa9 commit 08d6f49
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- master
paths:
- '**/ci-java.yml'
- 'java.Dockerfile'
- 'java.entrypoint.sh'
workflow_dispatch:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- master
paths:
- '**/ci-node.yml'
- 'nodejs.Dockerfile'
- 'nodejs.entrypoint.sh'
workflow_dispatch:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- master
paths:
- '**/ci-python.yml'
- 'python.Dockerfile'
- 'python.entrypoint.sh'
workflow_dispatch:
Expand Down

0 comments on commit 08d6f49

Please sign in to comment.