Skip to content

Commit

Permalink
Merge pull request #35 from Stedi/chore/do-not-run-test-on-main
Browse files Browse the repository at this point in the history
fix: do not run test workflow on merge to stedi-main
  • Loading branch information
nddery authored Mar 5, 2024
2 parents 8aa73aa + b1e4c97 commit 94e8cc1
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 94e8cc1

Please sign in to comment.