Skip to content

Commit df93311

Browse files
committed
ci: create release_event.yml
1 parent df2891c commit df93311

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: OnReleaseEvent
2+
3+
on:
4+
release:
5+
types: [published]
6+
7+
jobs:
8+
event-trigger:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- name: testing-event
12+
run: echo "${{ github.event }}"
13+
shell: bash

0 commit comments

Comments
 (0)