Skip to content

Commit

Permalink
ci: only run test+lint on PRs
Browse files Browse the repository at this point in the history
Currently, GHA would run the workflow twice for each PR.

Signed-off-by: Stephan Renatus <stephan@styra.com>
  • Loading branch information
srenatus committed Jul 3, 2024
1 parent f3911b0 commit b45ad81
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/test_and_lint.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: "01 - Run unit tests and lint Java code"
on:
pull_request:
push:

jobs:
test_and_lint:
Expand Down

0 comments on commit b45ad81

Please sign in to comment.