Skip to content

Commit

Permalink
Add workflow_dispatch to be able to trigger this manually.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwelcher committed Jan 27, 2025
1 parent 3ca94b2 commit 941a956
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
name: Publish Website over SFTP

on:
workflow_dispatch:
workflow_run:
workflows: ['Static Linting']
types:
- completed

jobs:
FTP-Deploy-Action:
Deploy:
name: FTP-Deploy-Action
runs-on: ubuntu-latest

Expand Down

0 comments on commit 941a956

Please sign in to comment.