Skip to content

Commit f8c5f05

Browse files
authored
Add tag trigger to ci (#236)
Small fix for #235
1 parent 8d42972 commit f8c5f05

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
branches:
66
- main
7+
tags:
8+
- v*
79
pull_request:
810
types: [opened, synchronize, reopened, ready_for_review]
911

@@ -86,7 +88,7 @@ jobs:
8688
name: build-linux
8789
path: ./artifacts
8890
build-macos:
89-
timeout-minutes: 30
91+
timeout-minutes: 50
9092
runs-on: parity-macos
9193
needs: [fmt]
9294
steps:

0 commit comments

Comments
 (0)