We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 18a882d + 3661771 commit db7d241Copy full SHA for db7d241
1 file changed
.github/workflows/deploy.yml
@@ -1,8 +1,7 @@
1
name: Deploy WordPress plugin
2
on:
3
push:
4
- tags:
5
- - "[0-9]+.[0-9]+.[0-9]+"
+ branches: [ main, 'release/v[0-9].[0-9].[0-9]' ]
6
7
jobs:
8
build:
0 commit comments