Skip to content

Commit 4b4e4e2

Browse files
authored
multi event template
1 parent bd27689 commit 4b4e4e2

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/multi-event.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
on:
2+
push:
3+
branches:
4+
- main
5+
- dev
6+
pull_request:
7+
branches:
8+
- main
9+
10+
jobs:
11+
hello_world:
12+
runs-on: ubuntu-latest
13+
steps:
14+
- name: "Echo Basic Information"
15+
run: |
16+
echo "REF: $GITHUB_REF"
17+
echo "Job ID: $GITHUB_JOB"
18+
echo "Action: $GITHUB_ACTION"
19+
echo "Actor: $GITHUB_ACTOR"

0 commit comments

Comments
 (0)