Skip to content

Commit 40f3c51

Browse files
committed
tools: revert unexpected workflow changes
1 parent 88551ba commit 40f3c51

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/license-compliance.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
name: REUSE Compliance Check
22

3-
on:
4-
push:
5-
branches: [ main ]
6-
workflow_dispatch:
3+
on: [pull_request]
74

85
jobs:
96
test:

.github/workflows/publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name: Publish
33
on:
44
push:
55
branches: [ main ]
6-
workflow_dispatch:
76

87
jobs:
98
build:

0 commit comments

Comments
 (0)