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 ac2128e commit 97cf291Copy full SHA for 97cf291
.github/workflows/main.yml
@@ -3,6 +3,7 @@ on:
3
push:
4
branches:
5
- master
6
+ - '1.x'
7
pull_request:
8
paths-ignore:
9
- '.gitignore'
@@ -40,7 +41,7 @@ jobs:
40
41
publish-module:
42
name: 'Publish Module to NPM on Node ${{ matrix.node }} and ${{ matrix.os }}'
43
needs: build
- if: github.repository == 'react-hook-form/resolvers' && (github.ref =='refs/heads/master')
44
+ if: github.repository == 'react-hook-form/resolvers' && (github.ref =='refs/heads/master' || github.ref == 'refs/heads/1.x')
45
runs-on: ubuntu-latest
46
steps:
47
- name: Checkout repo
package.json
@@ -90,6 +90,7 @@
90
},
91
"release": {
92
"branches": [
93
+ "1.x",
94
"master"
95
]
96
0 commit comments