Skip to content

fix(actions): Explicitly include test workflow instead of using test-… #238

fix(actions): Explicitly include test workflow instead of using test-…

fix(actions): Explicitly include test workflow instead of using test-… #238

Workflow file for this run

# Runs a build test every time a commit is pushed to branch 'develop'.

Check failure on line 1 in .github/workflows/test-develop.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test-develop.yml

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: build-test
# Runs a build test and merges develop into main every time a tag with pattern 'v*' is pushed.
name: Test Develop
on:
push:
branches: [ develop ]
jobs:
build-test:
trigger-publish-docs:
needs: build-test
if: success()
uses: ./.github/workflows/publish-docs.yml