Create onrush.yml

This commit is contained in:
jstan-isch 2023-01-23 07:47:42 -06:00 committed by GitHub
parent 75eccc45c8
commit dd0c0a6190
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

15
.github/workflows/onrush.yml vendored Normal file
View file

@ -0,0 +1,15 @@
name: pusher
on:
workflow_run:
workflows: ["Test Deploy"]
types:
- completed
jobs:
on-push:
runs-on: ubuntu-latest
if: github.event.workflow_run.conclusion == 'success'
steps:
- run: echo 'job completed'