Skip to content

Commit a03c0df

Browse files
Fix trigger
1 parent 743af5f commit a03c0df

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/Format.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
name: Format suggestions
22
on:
33
push:
4-
branches:
5-
- '**'
4+
branches: [master]
5+
tags: ["*"]
66
pull_request:
7-
branches:
8-
- main
97
jobs:
108
code-style:
119
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)