diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bb4e40c..86857e1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,6 +4,8 @@ on: push: branches: - main + tags: + - v* pull_request: types: [opened, synchronize, reopened, ready_for_review] @@ -86,7 +88,7 @@ jobs: name: build-linux path: ./artifacts build-macos: - timeout-minutes: 30 + timeout-minutes: 50 runs-on: parity-macos needs: [fmt] steps: