Skip to content

Commit

Permalink
updating the jobs to workflow_dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredwray committed Jun 24, 2024
1 parent f5004fd commit de9a918
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-site.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: deploy-site

on:
workflow_dispatch:
release:
types: [released]

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: release

on:
workflow_dispatch:
release:
types: [released]

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: tests

on:
workflow_dispatch:
push:
branches: [ main ]
pull_request:
Expand Down

0 comments on commit de9a918

Please sign in to comment.