Skip to content

Commit 944935d

Browse files
authored
run on merges also (main) (#79)
1 parent 640c790 commit 944935d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/linting.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ on:
77
- '**.py'
88
- 'stagehand/**'
99
- 'pyproject.toml'
10+
push:
11+
branches: [ main, master ]
12+
paths:
13+
- '**.py'
14+
- 'stagehand/**'
15+
- 'pyproject.toml'
1016

1117
jobs:
1218
format-check:

0 commit comments

Comments
 (0)