Skip to content

Commit

Permalink
ci(repo): also trigger workflow when workflow file changes
Browse files Browse the repository at this point in the history
  • Loading branch information
bambanah committed Sep 12, 2024
1 parent 57cf04d commit 493e038
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-publish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
- main
paths:
- webui/**
- .github/workflows/build-release-docker.yml

concurrency: ${{ github.workflow }}-${{ github.ref }}

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-release-electron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
- main
paths:
- gui/**
- .github/workflows/build-release-electron.yml

concurrency: ${{ github.workflow }}-${{ github.ref }}

Expand Down

0 comments on commit 493e038

Please sign in to comment.