We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5683379 + cd84ba6 commit 2717adeCopy full SHA for 2717ade
1 file changed
.github/workflows/check-branch-alias.yml
@@ -0,0 +1,12 @@
1
+name: Check Branch Alias
2
+
3
+on:
4
+ release:
5
+ types: [released]
6
+ workflow_dispatch:
7
8
+permissions: {}
9
10
+jobs:
11
+ check-branch-alias:
12
+ uses: wp-cli/.github/.github/workflows/reusable-check-branch-alias.yml@main
0 commit comments