We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fd23c5 commit 649f5b5Copy full SHA for 649f5b5
1 file changed
.github/workflows/main.yml
@@ -1,9 +1,11 @@
1
name: Java CI with Gradle
2
3
on:
4
- push:
+ pull_request:
5
branches:
6
- main
7
+ types:
8
+ - closed
9
10
jobs:
11
build-and-package:
0 commit comments