Update push.yml
This commit is contained in:
parent
9e123b1124
commit
1ad3d4511a
1 changed files with 1 additions and 16 deletions
17
.github/workflows/push.yml
vendored
17
.github/workflows/push.yml
vendored
|
|
@ -1,23 +1,8 @@
|
|||
name: Push files over SCP
|
||||
|
||||
on:
|
||||
push:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
download_and_push:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout Repository
|
||||
uses: actions/checkout@v2
|
||||
|
||||
name: SSH Deployment
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue