Skip to content

Commit

Permalink
Update test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Frodan authored Jul 8, 2024
1 parent 86864de commit a685dc8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: Test grammar

on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]

jobs:
build:
Expand Down Expand Up @@ -36,4 +36,4 @@ jobs:
run: git diff --quiet && git diff --cached --quiet

- run: yarn
- run: yarn test
- run: yarn test

0 comments on commit a685dc8

Please sign in to comment.