Skip to content

Update multi-event-trigger.yml #5

Update multi-event-trigger.yml

Update multi-event-trigger.yml #5

name: 'multi-event-trigger.yml'
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"