Thanks to visit codestin.com Credit goes to github.com
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 88551ba commit 40f3c51Copy full SHA for 40f3c51
.github/workflows/license-compliance.yml
@@ -1,9 +1,6 @@
1
name: REUSE Compliance Check
2
3
-on:
4
- push:
5
- branches: [ main ]
6
- workflow_dispatch:
+on: [pull_request]
7
8
jobs:
9
test:
.github/workflows/publish.yml
@@ -3,7 +3,6 @@ name: Publish
on:
push:
branches: [ main ]
build:
0 commit comments