Skip to content

Commit

Permalink
Configure GitHub actions correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
cbliard committed Jul 5, 2024
1 parent 5b68bcf commit 72d5c45
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,17 @@ name: Ruby
on:
push:
branches:
- master
- main

pull_request:

jobs:
build:
runs-on: ubuntu-latest
runs-on:
labels:
- runs-on
- runner=2cpu-linux-x64
- run-id=${{ github.run_id }}
name: Ruby ${{ matrix.ruby }}
strategy:
matrix:
Expand Down

0 comments on commit 72d5c45

Please sign in to comment.