Skip to content

Commit e8a80c2

Browse files
committed
Update Format workflow
1 parent cd44efe commit e8a80c2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/Format.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ on:
55
branches:
66
- main
77
pull_request:
8-
branches:
9-
- main
108

119
concurrency:
1210
# Skip intermediate builds: always.
@@ -20,4 +18,4 @@ jobs:
2018

2119
steps:
2220
- name: Format code
23-
uses: TuringLang/actions/Format@v2
21+
uses: TuringLang/actions/Format@main

0 commit comments

Comments
 (0)