Skip to content

Commit

Permalink
Update github action
Browse files Browse the repository at this point in the history
  • Loading branch information
codez committed Oct 29, 2024
1 parent eb9727c commit 06eaefe
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Build

on:
push:
branches:
- main # create pull request to run actions on other branches
pull_request:

jobs:
Expand Down Expand Up @@ -38,8 +40,9 @@ jobs:
coverage:
name: Coverage
runs-on: ubuntu-latest
if: ${{ !github.event.pull_request.head.repo.fork }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v9.0.0
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit 06eaefe

Please sign in to comment.