Skip to content

Commit

Permalink
Adding workflow_dispatch to both actions
Browse files Browse the repository at this point in the history
  • Loading branch information
daveaglick committed Jan 18, 2021
1 parent b0bc07b commit 57f51fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Deploy Site
on:
workflow_dispatch:
schedule:
- cron: '0 */2 * * *'

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Validate Site
on:
workflow_dispatch:
pull_request:
push:
branches:
Expand Down

0 comments on commit 57f51fd

Please sign in to comment.