.github/nix: only run push job on pushes to main

Signed-off-by: Xe Iaso <xe@tailscale.com>
This commit is contained in:
Xe Iaso 2023-02-24 17:38:21 +00:00
parent d3771c4ada
commit 943b050f2d

View file

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