Skip to content

Commit

Permalink
ci: make testing branch agonistic
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoDog896 authored Apr 13, 2023
1 parent cc0c88a commit fbf3146
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: test

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

jobs:
test:
Expand All @@ -17,6 +13,5 @@ jobs:
- name: Update dependencies
run: deno task update
- name: Basic tests
id: test
run: |
deno task test
id: Run tests
run: deno task test

0 comments on commit fbf3146

Please sign in to comment.