Skip to content

Commit

Permalink
ci: Adding wildcard for test-ci tags
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Erickson <tyler.erickson@seagate.com>
  • Loading branch information
vonericsen committed Oct 15, 2024
1 parent 9fa8763 commit 5d2988c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/meson.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: CI for meson build
on:
push:
branches: [ develop, master, release/*, feature/*, hotfix/* ]
tags: [ v*, test-ci ]
tags: [ v*, test-ci* ]
pull_request:
branches: [ develop ]

Expand Down

0 comments on commit 5d2988c

Please sign in to comment.