accelerator/.github/workflows/pull_request.yml
Benoist 0efbfbeccb
Some checks failed
Release / main-ci (push) Has been cancelled
Release / release (push) Has been cancelled
Add release workflow (#40)
* Add release workflow

* Restrict to direct push

* Update dependent CI

* Correct main CI

* Optimize workflow dispatch

* Restrict to 'workflow_call'

* Don't rely on 'workflow_call'

* Actually use UPLOAD_PASSWORD

* add the -git tag

* use short sha

* fix platform naming mistake

* Add branch param to upload url

* Setup PR workflow

* modify the trigger

* Add branch name debug + renable PR workflow

* Try %22

* No quotes!
2025-09-30 11:19:00 -04:00

13 lines
172 B
YAML

name: Pull Request
on:
workflow_dispatch:
pull_request:
branches: [ master ]
jobs:
main-ci:
uses: ./.github/workflows/ci.yml
with:
release: false