diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index eb1bfd2f2..e2ed9e417 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -2,16 +2,13 @@ name: Run tests on: push: - branches: [ "development", "master" ] + branches: [ "master" ] pull_request: - branches: [ "development", "master" ] - schedule: - - cron: '0 0 * * *' - + branches: [ "master" ] + jobs: run: uses: moosetechnology/.github/.github/workflows/run-tests.yml@main with: create-artifact: ${{ github.event_name == 'push' }} #Create artifact only after a push image-name: MooseIDE - run-coverage: true