Skip to content

Commit b5ea846

Browse files
authored
Merge pull request #1806 from mashehu/fix-ci
2 parents e962b19 + ff2b739 commit b5ea846

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/lint-code.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
name: Lint tools code formatting
1+
name: Run pre-commit hooks
22
on:
3-
pull_request:
3+
push:
4+
branches:
5+
- "**" # runs on all branches
46

57
# Cancel if a newer run is started
68
concurrency:

0 commit comments

Comments
 (0)