Skip to content

Use default branch for tests.yml #7

Use default branch for tests.yml

Use default branch for tests.yml #7

name: Minimum Dependencies
# Installs the minimum versions of the dependencies and runs the tests.
# This test will lower the chance that users botch their installation by
# only upgrading this project but not the dependencies.
on:
push:
branches:
- master
pull_request:
branches:
- master
# Allows you to run this workflow manually from the Actions tab.
workflow_dispatch:
schedule:
- # Run every day at 5:00 UTC.
- cron: "0 5 * * *"
jobs:
call-minimum-dependencies:
uses: AstarVienna/DevOps/.github/workflows/minimumdependencies.yml

Check failure on line 23 in .github/workflows/minimumdependencies.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/minimumdependencies.yml

Invalid workflow file

invalid value workflow reference: no version specified