mirror of
https://github.com/ziglang/zig.git
synced 2024-11-26 15:12:31 +00:00
ci: only run CI on pull requests and master branch pushes
To get the CI to run on branches other than master, create a corresponding PR.
This commit is contained in:
parent
c24c6fe210
commit
5453ec86eb
6
.github/workflows/ci.yaml
vendored
6
.github/workflows/ci.yaml
vendored
@ -1,5 +1,9 @@
|
||||
name: ci
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
jobs:
|
||||
x86_64-linux-debug:
|
||||
outputs:
|
||||
|
Loading…
Reference in New Issue
Block a user