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 9d5200b commit 16cfa8dCopy full SHA for 16cfa8d
1 file changed
.github/workflows/reuse.yml
@@ -3,7 +3,12 @@
3
---
4
name: REUSE Compliance Check
5
6
-on: [pull_request, push]
+on:
7
+ pull_request:
8
+ push:
9
+ branches-ignore:
10
+ - translations
11
+ workflow_dispatch:
12
13
concurrency:
14
group: ${{ github.workflow }}-${{ github.ref }}
0 commit comments