ci: actually check pull_request merge instead of push
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
name: build
|
name: build
|
||||||
on:
|
on:
|
||||||
|
pull_request:
|
||||||
push:
|
push:
|
||||||
|
branches: main
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: nix
|
runs-on: nix
|
||||||
|
|||||||
Reference in New Issue
Block a user