Skip to content

Commit

Permalink
Merge pull request #14 from ExamProCo/main
Browse files Browse the repository at this point in the history
multi event template
  • Loading branch information
omenking authored Apr 30, 2024
2 parents 059869e + 4b4e4e2 commit 6f88563
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/multi-event.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
on:
push:
branches:
- main
- dev
pull_request:
branches:
- main

jobs:
hello_world:
runs-on: ubuntu-latest
steps:
- name: "Echo Basic Information"
run: |
echo "REF: $GITHUB_REF"
echo "Job ID: $GITHUB_JOB"
echo "Action: $GITHUB_ACTION"
echo "Actor: $GITHUB_ACTOR"

0 comments on commit 6f88563

Please sign in to comment.