Skip to content

ci(deploy): Fix the if condition syntax (again, and again) #17

ci(deploy): Fix the if condition syntax (again, and again)

ci(deploy): Fix the if condition syntax (again, and again) #17

Workflow file for this run

name: Main
on:
push:
branches:
- main
jobs:
test:
name: Test
uses: ./.github/workflows/test.yaml
deploy:
name: Deploy
needs:
- test
permissions:
contents: write
uses: ./.github/workflows/deploy_example.yaml