Skip to content

Commit

Permalink
testrelease.yml: trigger build on TEST_RELEASE_NOTES.md as opposed to…
Browse files Browse the repository at this point in the history
… PRODUCT_RELEASE_NOTES
  • Loading branch information
haraldsteinlechner committed Apr 24, 2024
1 parent c96f699 commit 662ff80
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/testrelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ name: Deploy
on:
push:
paths:
- PRODUCT_RELEASE_NOTES.md
- aardium/package.json
- .github/workflows/deploy.yml
- TEST_RELEASE_NOTES.md
- .github/workflows/testrelease.yml
jobs:
win32_x64:
name: windows
Expand Down

0 comments on commit 662ff80

Please sign in to comment.