summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOwen Ou <o@owenou.com>2023-07-01 12:03:29 -0700
committerOwen Ou <o@owenou.com>2023-07-01 12:03:29 -0700
commit69e27dde737bd258522d3b07528efe63d7aaef9d (patch)
tree4f557523386000b8084d7135a7ba7900e28dff10
parent6cce62dfa9f402849a066185414c5cb7ab45cee3 (diff)
Only enable CI when push to master & tagowenthereal/release
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 4 insertions, 0 deletions
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: