This commit is contained in:
hoangvv 2025-01-09 16:19:49 +07:00
parent 1def4db6bb
commit 89b4fe4212

View File

@ -1,7 +1,10 @@
name: GitHub Actions Example
on: [push]
on:
push:
branches: [ main ]
jobs:
build:
runs-on: self-hosted
steps:
run: echo " The job was automatically triggered by a ${{Github.event_name }} event."
steps:
- name: Echo event trigger
run: echo "The job was automatically triggered by a ${{github.event_name}} event."