Merge pull request #13 from tailscale-dev/Xe/fix-only-push-on-main

.github/nix: only run push job on pushes to main
This commit is contained in:
Xe Iaso 2023-02-24 13:29:34 -05:00 committed by GitHub
commit 15f805f8fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,6 +2,8 @@ name: "Nix build"
on:
pull_request:
push:
branches:
- main
jobs:
tests:
runs-on: ubuntu-latest