We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f15e172 commit 3e7b8cfCopy full SHA for 3e7b8cf
1 file changed
.github/workflows/publish.yml
@@ -3,15 +3,11 @@ name: Publish
3
on:
4
push:
5
branches: [ main ]
6
- pull_request:
7
- types: [ closed ]
8
- branches: [ main ]
9
10
jobs:
11
publish:
12
runs-on: ubuntu-latest
13
environment: production
14
- if: github.event.pull_request.merged == true || github.event_name == 'push'
15
steps:
16
- uses: actions/checkout@v4
17
- name: Set up JDK 8
0 commit comments