Skip to content

Commit

Permalink
wip: run-test on branch
Browse files Browse the repository at this point in the history
Signed-off-by: Magnus Kulke <[email protected]>
  • Loading branch information
mkulke committed Apr 24, 2024
1 parent d6bf7cf commit 30b03be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Rust

on:
push:
branches: [ "main" ]
branches: [ "main", "mkulke/run-tests" ]
pull_request:
branches: [ "main" ]

Expand All @@ -12,7 +12,7 @@ env:
jobs:
build:

runs-on: ubuntu-latest
runs-on: ubuntu:22.04

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 30b03be

Please sign in to comment.