Skip to content

Commit 7b5590d

Browse files
committed
fix: update failing build
1 parent dbc9b90 commit 7b5590d

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: build
33
on:
44
push:
55
branches-ignore:
6-
- main
6+
- master
77

88
jobs:
99
build:

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
steps:
1414
- name: checkout
1515
uses: actions/checkout@v2
16+
- name: Fetch tags
17+
run: git fetch --tags
1618
- name: setup-node
1719
uses: actions/setup-node@v1
1820
with:

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: lint
22

33
on:
44
push:
5-
branches:
5+
branches-ignore:
66
- master
77

88
jobs:

0 commit comments

Comments
 (0)