Skip to content

Commit

Permalink
Run pipeline to check installers
Browse files Browse the repository at this point in the history
  • Loading branch information
RenFraser committed Feb 17, 2022
1 parent 1a0de28 commit 966acc6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
branches:
- 'master'
- 'release-[0-9]+.[0-9]+'
- feature/*

# Cancel any in-progress CI runs for a PR if it is updated
concurrency:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ on:
push:
tags:
- v[0-9]+.[0-9]+.[0-9]+

# Build on the oldest supported images, so we have broader compatibility
branches:
- feature/*
# Upgrade to gcc-11 to prevent it from using its builtins (#14150)
jobs:
linux:
Expand Down

0 comments on commit 966acc6

Please sign in to comment.