mirror of
https://gh.wpcy.net/https://github.com/wp-cli/profile-command.git
synced 2026-04-17 14:32:21 +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
|