Skip to content

Commit 9d3ea50

Browse files
authored
Fix triggers for deployment (#10319)
1 parent 3cacc65 commit 9d3ea50

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed

.github/workflows/deployment.yml

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
name: Deployment
22

33
on:
4-
workflow_dispatch:
5-
inputs:
6-
notarization:
7-
type: boolean
8-
required: false
9-
default: false
104
push:
115
branches:
126
- main
@@ -18,11 +12,13 @@ on:
1812
tags:
1913
- '*'
2014
pull_request:
21-
paths-ignore:
22-
- 'docs/**'
23-
- 'src/test/**'
24-
- 'README.md'
2515
merge_group:
16+
workflow_dispatch:
17+
inputs:
18+
notarization:
19+
type: boolean
20+
required: false
21+
default: false
2622

2723
env:
2824
SpringerNatureAPIKey: ${{ secrets.SpringerNatureAPIKey }}

.github/workflows/tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66
- main
77
- main-release
88
pull_request:
9-
# always run on pull requests
109
merge_group:
1110
workflow_dispatch:
1211

0 commit comments

Comments
 (0)