Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Commit

Permalink
Run CI on release branches too
Browse files Browse the repository at this point in the history
(cherry picked from commit 1ec0107)
  • Loading branch information
petli committed Dec 17, 2021
1 parent f7ddcc5 commit 800d334
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@ name: Continuous Integration

on:
push:
branches: [ master ]
branches:
- master
- release/*
pull_request:
branches: [ master ]
branches:
- master
- release/*

jobs:
build:
Expand Down

0 comments on commit 800d334

Please sign in to comment.