Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanjbrown committed May 20, 2022
1 parent 66846b1 commit 098b112
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ name: build

on:
workflow_dispatch:
push:
branches: [ $default-branch ]
pull_request:
branches: [ $default-branch ]
branches:
- main

jobs:
test:
runs-on: ubuntu-latest
name: Run specs
strategy:
matrix:
ruby-version: ['2.7']
Expand Down

0 comments on commit 098b112

Please sign in to comment.