Skip to content

Commit

Permalink
chore: run tests on main only in release
Browse files Browse the repository at this point in the history
  • Loading branch information
hugojosefson committed Oct 26, 2024
1 parent 49b07e7 commit 6db8257
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deno.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: deno

on:
- push
- pull_request
pull_request:
push:
branches-ignore:
- main

jobs:
test:
Expand Down

0 comments on commit 6db8257

Please sign in to comment.