Update CI workflow to target develop branch for push and pull request events
Some checks failed
CI / build-test (push) Has been cancelled
Some checks failed
CI / build-test (push) Has been cancelled
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
name: CI
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
branches: [ develop ]
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
branches: [ develop ]
|
||||
jobs:
|
||||
build-test:
|
||||
runs-on: docker
|
||||
|
||||
Reference in New Issue
Block a user