Enable Github Actions for PRs
Run CI on pull requests and when the branch is pushed.
This commit is contained in:
parent
dbc396b0db
commit
5c39a23eb2
1 changed files with 7 additions and 2 deletions
9
.github/workflows/main.yml
vendored
9
.github/workflows/main.yml
vendored
|
@ -1,7 +1,12 @@
|
||||||
name: CI
|
name: CI
|
||||||
|
|
||||||
on: [push]
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue