Update CI to also run on push to main branches
This commit is contained in:
8
.github/workflows/CI.yml
vendored
8
.github/workflows/CI.yml
vendored
@@ -1,5 +1,11 @@
|
||||
name: CI
|
||||
on: pull_request
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- dev
|
||||
- gh-pages
|
||||
pull_request:
|
||||
jobs:
|
||||
Check_linting_test_and_build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user