Skip to content

Commit 544a7b7

Browse files
committed
Only run CI workflow once on pushes when there is a PR open.
1 parent effffbe commit 544a7b7

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
paths-ignore:
77
- '**.md'
88
pull_request:
9+
types: [opened, reopened]
910
branches: [ "*" ]
1011
paths-ignore:
1112
- '**.md'

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ git rebase origin/main
2222
Verify that the code adheres to the style guidelines and code analysis rules:
2323
```bash
2424
flake8 .
25+
isort .
2526
black . --check
2627
hadolint Dockerfile
2728
```

0 commit comments

Comments
 (0)