ci: actually check pull_request merge instead of push

This commit is contained in:
Jörg Thalheim
2023-08-08 13:53:08 +02:00
parent 3ea17e1566
commit fbd1c3cff4

View File

@@ -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