Update Github workflows using re-usable test.yml
workflow to reference "main"
#249
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: Backend Skeleton | ||
on: | ||
push: | ||
branches: | ||
- main | ||
pull_request: | ||
types: | ||
- opened | ||
- synchronize | ||
- reopened | ||
jobs: | ||
run-checks: | ||
uses: django-stars/backend-skeleton/.github/workflows/test.yml@main | ||
Check failure on line 14 in .github/workflows/default.yml
|