Skip to content

Commit

Permalink
Run tests on push as well (#2814)
Browse files Browse the repository at this point in the history
  • Loading branch information
prryplatypus committed Aug 30, 2023
1 parent 38ff906 commit 47215d4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
name: Tests

on:
push:
branches:
- main
- current-release
- "*LTS"
tags:
- "!*"
pull_request:
branches:
- main
Expand Down

0 comments on commit 47215d4

Please sign in to comment.