Skip to content

Commit ff2b739

Browse files
committed
change event trigger to any push, to run on all branches
1 parent e962b19 commit ff2b739

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)