mirror of
https://hk.gh-proxy.com/https://github.com/wp-cli/profile-command.git
synced 2026-07-26 13:07:48 +08:00
14 lines
248 B
YAML
14 lines
248 B
YAML
name: Check Branch Alias
|
|
|
|
on:
|
|
release:
|
|
types: [released]
|
|
workflow_dispatch:
|
|
|
|
permissions:
|
|
contents: write
|
|
pull-requests: write
|
|
|
|
jobs:
|
|
check-branch-alias:
|
|
uses: wp-cli/.github/.github/workflows/reusable-check-branch-alias.yml@main
|