This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Test, release and publish | ||
on: | ||
push: | ||
branches: | ||
- main | ||
jobs: | ||
test: | ||
uses: ./.github/workflows/test.yaml | ||
release: | ||
Check failure on line 11 in .github/workflows/main.yaml GitHub Actions / Test, release and publishInvalid workflow file
|
||
uses: ./.github/workflows/release.yaml | ||
needs: test | ||
secrets: inherit |