mirror of
https://github.com/stedolan/jq.git
synced 2024-05-11 05:55:39 +00:00
Only enable CI when push to master & tag
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -1,6 +1,10 @@
|
||||
name: CI
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
tags:
|
||||
- "v*"
|
||||
pull_request:
|
||||
jobs:
|
||||
linux:
|
||||
|
Reference in New Issue
Block a user