ci: run only on push to master
All checks were successful
Build abstract machine with nix / build-abstract-machine (push) Successful in 1m21s

This commit is contained in:
xinyangli 2024-03-26 13:34:52 +08:00
parent e2602b5bad
commit dc2cb010ce
Signed by: xin
SSH key fingerprint: SHA256:qZ/tzd8lYRtUFSrfBDBMcUqV4GHKxqeqRA3huItgvbk

View file

@ -1,5 +1,11 @@
name: Build abstract machine with nix
on: [push]
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build-abstract-machine: