Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
clemiller authored Feb 2, 2024
1 parent 2fb1bc7 commit 0b68f34
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: Jasmine Testing
name: Jasmine Tests

on:
push:
branches: [ "develop" ]
branches: ["develop"]
pull_request:
branches: [ "master", "develop" ]
branches: ["master", "develop"]
types: [synchronize]

jobs:
run-jasmine-tests:
run-tests:
runs-on: ubuntu-latest
defaults:
run:
Expand Down

0 comments on commit 0b68f34

Please sign in to comment.