Skip to content

Commit 7bc0041

Browse files
committed
Fix indentation in workflow triggers for consistency
1 parent 943f1e3 commit 7bc0041

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
name: Test Builds
22

3-
push:
4-
branches: [main]
5-
pull_request:
6-
workflow_dispatch:
3+
on:
4+
push:
5+
branches: [main]
6+
pull_request:
7+
workflow_dispatch:
78

89
jobs:
910
release-build:

0 commit comments

Comments
 (0)