Update CI to also run on push to main branches

This commit is contained in:
Daniël van Noord
2021-07-19 16:54:24 +02:00
parent 22faf1edc2
commit 80dab239b6

View File

@@ -1,5 +1,11 @@
name: CI name: CI
on: pull_request on:
push:
branches:
- main
- dev
- gh-pages
pull_request:
jobs: jobs:
Check_linting_test_and_build: Check_linting_test_and_build:
runs-on: ubuntu-latest runs-on: ubuntu-latest