Skip to content

Commit

Permalink
multi event template
Browse files Browse the repository at this point in the history
  • Loading branch information
omenking committed Apr 30, 2024
1 parent bd27689 commit 4b4e4e2
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 4b4e4e2

Please sign in to comment.