feat(workflow): change when to make CI
We will abandon develop branch for a while. It's better to work with feature branches.
This commit is contained in:
6
.github/workflows/go-test.yaml
vendored
6
.github/workflows/go-test.yaml
vendored
@@ -4,13 +4,13 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
types: [opened, synchronize, reopened]
|
types: [opened, synchronize, reopened]
|
||||||
branches:
|
branches:
|
||||||
- develop
|
- master
|
||||||
|
- main
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
- main
|
- main
|
||||||
- develop
|
- "releases/**"
|
||||||
- 'releases/**'
|
|
||||||
jobs:
|
jobs:
|
||||||
tests:
|
tests:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Reference in New Issue
Block a user