commit | 69e27dde737bd258522d3b07528efe63d7aaef9d | [log] [tgz] |
---|---|---|
author | Owen Ou <o@owenou.com> | Sat Jul 01 12:03:29 2023 -0700 |
committer | Owen Ou <o@owenou.com> | Sat Jul 01 12:03:29 2023 -0700 |
tree | 4f557523386000b8084d7135a7ba7900e28dff10 | |
parent | 6cce62dfa9f402849a066185414c5cb7ab45cee3 [diff] |
Only enable CI when push to master & tag
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1e22e6e..4b5bb1f 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: