Skip to content

Commit 92b8345

Browse files
authored
Merge pull request #1 from adkham01/main
adding multi-event
2 parents 951e282 + 703f666 commit 92b8345

File tree

2 files changed

+21
-19
lines changed

2 files changed

+21
-19
lines changed

.github/workflows/multi-event.yml

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

github-actions/templates/multi-event.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)