Skip to content

Branch Creation Alert #5

Branch Creation Alert

Branch Creation Alert #5

name: Branch Creation Alert
on:
workflow_dispatch:
create:
jobs:
send_branch_alert:
name: Send Branch Creation Alert
runs-on: ubuntu-2-cores-latest
if: ${{ (github.event.ref_type == 'branch') }}
steps:
- name: Send Alert
# uses: distributhor/[email protected]
run: echo ${{ contains('refs/heads/uat', github.ref) }}