Skip to content

Commit

Permalink
[integration-test] Also trigger CI build when workflow changes
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianschuiki committed Nov 25, 2024
1 parent 3368764 commit 2623850
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ on:
push:
paths:
- 'integration-test/**'
- '.github/workflows/integration-test.yml'
pull_request:
paths:
- 'integration-test/**'
- '.github/workflows/integration-test.yml'
release:
types: [published]
workflow_dispatch:
Expand Down

0 comments on commit 2623850

Please sign in to comment.