Update push.yml

This commit is contained in:
MattTheTekie 2024-03-09 17:12:21 -05:00 committed by GitHub
commit 1ad3d4511a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: