Run CI on PR
This commit is contained in:
7
.github/workflows/build_non_main.yml
vendored
7
.github/workflows/build_non_main.yml
vendored
@@ -2,9 +2,10 @@ name: Build non-main branch
|
|||||||
run-name: Build non-main branch
|
run-name: Build non-main branch
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
push:
|
pull_request:
|
||||||
branches-ignore:
|
# push:
|
||||||
- 'main'
|
# branches-ignore:
|
||||||
|
# - 'main'
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user