Skip to content

Commit 20ef873

Browse files
author
Tyler Titsworth
authored
Update lint.yaml
Signed-off-by: Tyler Titsworth <tyler.titsworth@intel.com>
1 parent dd7e57a commit 20ef873

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/lint.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@
1515
name: Lint
1616
permissions: read-all
1717
on:
18-
merge_group: null
1918
pull_request: null
19+
push:
20+
branches: ["main"]
2021
concurrency:
2122
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
2223
cancel-in-progress: true

0 commit comments

Comments
 (0)