chore: update workflow

This commit is contained in:
Stevan Freeborn
2024-10-01 20:55:38 -05:00
parent a228799092
commit 7c80a7413c
@@ -11,7 +11,7 @@ on:
workflow_dispatch: workflow_dispatch:
jobs: jobs:
build_and_deploy_job: build_and_deploy_job:
if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed') if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed') || github.event_name == 'workflow_dispatch'
runs-on: ubuntu-latest runs-on: ubuntu-latest
name: Build and Deploy Job name: Build and Deploy Job
steps: steps: