From 69e27dde737bd258522d3b07528efe63d7aaef9d Mon Sep 17 00:00:00 2001 From: Owen Ou Date: Sat, 1 Jul 2023 12:03:29 -0700 Subject: Only enable CI when push to master & tag --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1e22e6e9..4b5bb1f1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,10 @@ name: CI on: push: + branches: + - master + tags: + - "v*" pull_request: jobs: linux: -- cgit v1.2.3