aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/go.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml
index 42dac69a..e6ecd2f9 100644
--- a/.github/workflows/go.yml
+++ b/.github/workflows/go.yml
@@ -1,7 +1,9 @@
name: Go
on:
push:
- branches: [main]
+ branches:
+ - main
+ - 'release/**'
paths:
- '**.go'
pull_request: