Skip to content

Commit

Permalink
Trigger action also on push in branch demosreleases
Browse files Browse the repository at this point in the history
  • Loading branch information
ptormene committed Oct 28, 2024
1 parent e5e33bf commit 978d30f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/demos_ltr_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
required: true
push:
# TODO: it would be better to point to ltr and latest
branches: [ engine-3.16, engine-3.17, engine-3.18, engine-3.19, engine-3.20, engine-3.21]
branches: [ engine-3.16, engine-3.17, engine-3.18, engine-3.19, engine-3.20, engine-3.21, demosreleases ]
jobs:
demos:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 978d30f

Please sign in to comment.