Skip to content

Commit

Permalink
Merge pull request #91 from infinityworks/workflow-fix
Browse files Browse the repository at this point in the history
Update GitHub Actions triggers
  • Loading branch information
henrymcconville authored Feb 1, 2023
2 parents 264ebfd + e69346c commit ebbd405
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .gtihub/workflows/main.yml → .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ name: Test

on:
pull_request:
branches: [ master ]
branches:
- master

jobs:
build:
test:
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit ebbd405

Please sign in to comment.