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
|
name: GitHub Actions Example
|
||||||
on: [push]
|
on:
|
||||||
|
push:
|
||||||
|
branches: [ main ]
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: self-hosted
|
runs-on: self-hosted
|
||||||
steps:
|
steps:
|
||||||
run: echo " The job was automatically triggered by a ${{Github.event_name }} event."
|
- 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