ci: configure CI to run on all PRs targeting master branch
This commit is contained in:
@@ -4,7 +4,7 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches: [ master, main, develop ]
|
branches: [ master, main, develop ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ master, main, develop ]
|
branches: [ master ]
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.ref }}
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
|
|||||||
Reference in New Issue
Block a user