updated branch info

This commit is contained in:
smilerz
2023-12-28 18:02:48 -06:00
parent 7e6f3ad92b
commit c597aed956
2 changed files with 76 additions and 76 deletions

View File

@@ -3,13 +3,13 @@ on:
# the 1st condition
workflow_run:
workflows: ["Continuous Integration"]
branches: [working]
branches: [master]
types:
- completed
jobs:
deploy:
if: github.repository_owner == 'smilerz' && ${{ github.event.workflow_run.conclusion == 'success' }}
if: github.repository_owner == 'TandoorRecipes' && ${{ github.event.workflow_run.conclusion == 'success' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4