Skip to content

Commit

Permalink
testOnly.yml: Trigger workflow when its content changes
Browse files Browse the repository at this point in the history
  • Loading branch information
hartwork authored and jrfonseca committed Jun 6, 2024
1 parent c991097 commit 682d0e4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/testOnly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: testOnly
# tests and build

on:
push:
paths:
- .github/workflows/testOnly.yml
workflow_dispatch:
# manual launch only

Expand Down

0 comments on commit 682d0e4

Please sign in to comment.