1
0
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:
Owen Ou
2023-07-01 12:03:29 -07:00
parent 6cce62dfa9
commit 69e27dde73

View File

@ -1,6 +1,10 @@
name: CI
on:
push:
branches:
- master
tags:
- "v*"
pull_request:
jobs:
linux: