mirror of
https://github.com/asherkin/accelerator.git
synced 2025-12-06 18:08:30 +00:00
* 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!
13 lines
172 B
YAML
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
|