Skip to content

Commit 8b29f6d

Browse files
authored
Merge branch 'main' into copilot/fix-html-output-update-wordpress
2 parents fabd048 + 6db69a7 commit 8b29f6d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)