We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e1f008 commit 7f033c5Copy full SHA for 7f033c5
.github/workflows/gradle.yml
@@ -1,9 +1,11 @@
1
-# This workflow will build a Java project with Gradle
2
-# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-gradle
3
-
4
name: Java CI with Gradle
5
6
-on: [push, pull_request, workflow_dispatch]
+on:
+ pull_request:
+ push:
+ branches:
7
+ - main
8
+ workflow_dispatch:
9
10
defaults:
11
run:
0 commit comments