Run CI on all branches and every week.

This commit is contained in:
Dominik Picheta 2021-11-11 22:24:05 +00:00 committed by Dominik Picheta
commit c4684155f5

View file

@ -4,14 +4,11 @@ name: CI
# Controls when the action will run.
on:
# Triggers the workflow on push or pull request events but only for the master branch
push:
branches: [ master ]
pull_request:
branches: [ master ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
branches: [master]
schedule:
- cron: '0 0 * * 1'
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs: