Skip to content

Commit

Permalink
ci: run checks on release branches
Browse files Browse the repository at this point in the history
  • Loading branch information
Fraccaman committed Sep 27, 2024
1 parent fd3d90e commit 3ed63e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ on:
push:
branches:
- main
- 'v?[0-9]+.[0-9]+.[0-9]+'
# Run in PRs with conflicts (https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request)
pull_request_target:
branches:
- main
- 'v?[0-9]+.[0-9]+.[0-9]+'
types: [opened, synchronize, reopened, ready_for_review]
workflow_dispatch:

Expand Down Expand Up @@ -463,7 +465,7 @@ jobs:
runs-on: [self-hosted, 16vcpu-32ram-ubuntu22-namada-x86]
container:
image: ghcr.io/heliaxdev/namada-ci:namada-main
timeout-minutes: 20
timeout-minutes: 25

steps:
- name: Checkout repo
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
branches:
- main
- 'v?[0-9]+.[0-9]+.[0-9]+'
tags:
- "v[0-9]+.[0-9]+.[0-9]+"

Expand Down

0 comments on commit 3ed63e0

Please sign in to comment.