2026-05-08 08:55:24 +00:00
|
|
|
name: run-on-push
|
|
|
|
|
on:
|
|
|
|
|
push:
|
2026-05-08 09:01:03 +00:00
|
|
|
branches:
|
|
|
|
|
- main
|
|
|
|
|
- feature/embed-http-server
|
|
|
|
|
|
2026-05-08 08:55:24 +00:00
|
|
|
jobs:
|
|
|
|
|
run-script:
|
2026-05-08 09:01:03 +00:00
|
|
|
runs-on: ubuntu-latest
|
2026-05-08 08:55:24 +00:00
|
|
|
steps:
|
|
|
|
|
- uses: actions/checkout@v4
|
|
|
|
|
- name: Run script
|
|
|
|
|
run: ./test.sh
|