This commit is contained in:
parent
4a7343cbc5
commit
324f670f32
1 changed files with 5 additions and 2 deletions
|
|
@ -1,10 +1,13 @@
|
||||||
name: run-on-push
|
name: run-on-push
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ main ]
|
branches:
|
||||||
|
- main
|
||||||
|
- feature/embed-http-server
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
run-script:
|
run-script:
|
||||||
runs-on: self-hosted # or the label your runner provides
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Run script
|
- name: Run script
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue