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 3cacc65 commit 9d3ea50Copy full SHA for 9d3ea50
.github/workflows/deployment.yml
@@ -1,12 +1,6 @@
1
name: Deployment
2
3
on:
4
- workflow_dispatch:
5
- inputs:
6
- notarization:
7
- type: boolean
8
- required: false
9
- default: false
10
push:
11
branches:
12
- main
@@ -18,11 +12,13 @@ on:
18
tags:
19
13
- '*'
20
14
pull_request:
21
- paths-ignore:
22
- - 'docs/**'
23
- - 'src/test/**'
24
- - 'README.md'
25
15
merge_group:
16
+ workflow_dispatch:
17
+ inputs:
+ notarization:
+ type: boolean
+ required: false
+ default: false
26
27
env:
28
SpringerNatureAPIKey: ${{ secrets.SpringerNatureAPIKey }}
.github/workflows/tests.yml
@@ -6,7 +6,6 @@ on:
- main-release
- # always run on pull requests
workflow_dispatch:
0 commit comments