Skip to content

Commit

Permalink
ci: build and test on push (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
lsndr authored Apr 16, 2024
1 parent ac272f3 commit 32e2f93
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
name: Build & Test

on:
push:
branches:
- main
- next
- '*.x'
- '*.x.x'

pull_request:
branches:
- main
Expand Down

0 comments on commit 32e2f93

Please sign in to comment.