Skip to content

Commit

Permalink
Allow workflow_dispatch; bump checkout version
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisboyle committed Nov 6, 2023
1 parent cb15316 commit 984cf6c
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
Expand Up @@ -4,13 +4,14 @@ on:
push:
branches:
- main
workflow_dispatch:

jobs:
build-deploy:
runs-on: self-hosted
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
submodules: 'recursive'

Expand Down

0 comments on commit 984cf6c

Please sign in to comment.