Skip to content

Commit bfcf4a4

Browse files
authored
Update lint.yaml
1 parent 3918a08 commit bfcf4a4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/lint.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ name: 'lint'
2020
on:
2121
workflow_dispatch:
2222
pull_request:
23-
branches:
24-
- main
23+
types: [opened, edited, reopened, synchronize]
24+
branches: [main]
2525

2626
permissions:
2727
contents: read
@@ -50,7 +50,6 @@ jobs:
5050
- run: docker run --rm -e ENABLE_BPMETADATA -v ${{ github.workspace }}:/workspace ${{ steps.variables.outputs.dev-tools }} module-swapper
5151
env:
5252
ENABLE_BPMETADATA: 1
53-
5453
- run: docker run --rm -e ENABLE_BPMETADATA -v ${{ github.workspace }}:/workspace ${{ steps.variables.outputs.dev-tools }} /usr/local/bin/test_lint.sh
5554
env:
5655
ENABLE_BPMETADATA: 1

0 commit comments

Comments
 (0)