Skip to content

Commit

Permalink
Updated the tests workflow to run on push to main so that the test co…
Browse files Browse the repository at this point in the history
…verage is updated on push
  • Loading branch information
compscidr committed Jan 31, 2024
1 parent 83b6eb7 commit 3440df5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Gradle Build

on:
push:
branches:
- main
pull_request:
types: [ opened, synchronize ]

Expand Down

0 comments on commit 3440df5

Please sign in to comment.