Skip to content

Commit 922c8b2

Browse files
committed
add
1 parent b966a57 commit 922c8b2

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Run on Branch Creation
2+
3+
on:
4+
create
5+
6+
jobs:
7+
run-on-branch-create:
8+
if: startsWith(github.ref, 'refs/heads/')
9+
runs-on: ubuntu-latest
10+
steps:
11+
- name: Announce branch creation
12+
run: echo "Branch '${{ github.ref_name }}' was created by ${{ github.actor }}"

0 commit comments

Comments
 (0)