update
This commit is contained in:
parent
1def4db6bb
commit
89b4fe4212
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
@ -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."
|
Loading…
Reference in New Issue
Block a user