Skip to content

Commit

Permalink
Don't run test workflow on push to main
Browse files Browse the repository at this point in the history
Tests are run in the deploy workflow anyway
  • Loading branch information
franekmagiera committed Feb 11, 2024
1 parent 17cece9 commit 311d2f0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
name: Test
on:
push:
branches: [main]
pull_request:
branches: main

Expand Down

0 comments on commit 311d2f0

Please sign in to comment.