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 3918a08 commit bfcf4a4Copy full SHA for bfcf4a4
.github/workflows/lint.yaml
@@ -20,8 +20,8 @@ name: 'lint'
20
on:
21
workflow_dispatch:
22
pull_request:
23
- branches:
24
- - main
+ types: [opened, edited, reopened, synchronize]
+ branches: [main]
25
26
permissions:
27
contents: read
@@ -50,7 +50,6 @@ jobs:
50
- run: docker run --rm -e ENABLE_BPMETADATA -v ${{ github.workspace }}:/workspace ${{ steps.variables.outputs.dev-tools }} module-swapper
51
env:
52
ENABLE_BPMETADATA: 1
53
-
54
- run: docker run --rm -e ENABLE_BPMETADATA -v ${{ github.workspace }}:/workspace ${{ steps.variables.outputs.dev-tools }} /usr/local/bin/test_lint.sh
55
56
0 commit comments