We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a14b43f commit d7e2f40Copy full SHA for d7e2f40
.github/workflows/ci.yml
@@ -2,9 +2,9 @@ name: CI
2
3
on:
4
push:
5
- branches: [v1, v2]
+ branches: [master]
6
pull_request:
7
8
9
jobs:
10
checkout:
@@ -65,13 +65,6 @@ jobs:
65
env:
66
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
67
68
- - name: Merge to master if release v2.*.*
69
- run: |
70
- if [[ ${VERSION} =~ ^2.[0-9]+\.[0-9]+ ]]; then
71
- git checkout master
72
- git pull origin v2 && git push
73
- fi
74
-
75
- name: Configure gem credentials and Build gemspec!
76
run: |
77
CONFIG=${HOME}/.gem/credentials
0 commit comments