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
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
branches:
|
||||
- main
|
||||
- feature/embed-http-server
|
||||
|
||||
jobs:
|
||||
run-script:
|
||||
runs-on: self-hosted # or the label your runner provides
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Run script
|
||||
|
|
|
|||
Loading…
Reference in a new issue