Skip to content

Commit

Permalink
Automatically run unit tests on each commit on master
Browse files Browse the repository at this point in the history
  • Loading branch information
FloEdelmann committed Feb 22, 2024
1 parent 8fd5ddf commit 2c5baf4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
name: Test with Gradle

on:
[workflow_dispatch]
push:
branches:
- "master"
workflow_dispatch:

jobs:
test:
Expand Down

0 comments on commit 2c5baf4

Please sign in to comment.