Skip to content

Commit

Permalink
Run also on main and tags. Move to ubuntu-latest for base. (#2405)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhale committed Oct 14, 2022
1 parent d6c4d87 commit 224759c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/redhat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,15 @@ on:
pull_request:
branches:
- main
push:
branches:
- "main"
tags:
- "v*"

jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
container: fenicsproject/test-env:latest-redhat

steps:
Expand Down

0 comments on commit 224759c

Please sign in to comment.