mirror of
https://github.com/awalsh128/cache-apt-pkgs-action.git
synced 2025-09-20 18:17:15 +00:00
Trigger on staging PR and allow manual trigger.
This commit is contained in:
parent
c13dc7e122
commit
417ea9c20e
6
.github/workflows/pub_staging_pr.yml
vendored
6
.github/workflows/pub_staging_pr.yml
vendored
|
@ -1,5 +1,9 @@
|
|||
name: Publish Staging Pull Request
|
||||
on: [pull_request]
|
||||
on:
|
||||
workflow_dispatch:
|
||||
pull_request:
|
||||
branches:
|
||||
- staging
|
||||
|
||||
jobs:
|
||||
publish_event:
|
||||
|
|
Loading…
Reference in a new issue