This commit is contained in:
Jayden Pyles
2024-11-09 21:34:41 -06:00
parent 2339ba1b77
commit dd6cec6679

View File

@@ -6,8 +6,8 @@ on:
- completed
jobs:
if: ${{ github.event.workflow_run.conclusion == 'success' && github.ref == 'refs/heads/master' }}
build:
if: ${{ github.event.workflow_run.conclusion == 'success' && github.ref == 'refs/heads/master' }}
runs-on: ubuntu-latest
steps:
- name: Checkout