Skip to content

Commit

Permalink
fix: do not run test workflow on main
Browse files Browse the repository at this point in the history
The tests already runs in the publish workflow. No need to run them
twice.
  • Loading branch information
nddery committed Mar 5, 2024
1 parent 8aa73aa commit b1e4c97
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml → .github/workflows/check.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
name: Test JSONata
name: Check
on:
push:
branches: [stedi-main]
pull_request:
branches: [stedi-main]
jobs:
Expand Down

0 comments on commit b1e4c97

Please sign in to comment.