Skip to content

Commit 9c011eb

Browse files
authored
Merge pull request #3 from dotmh/fix/workflow-on
fix: on in workflow to correct syntax
2 parents ae2a933 + bb48104 commit 9c011eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish-action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: DotMH Linting Publish Actions
22
run-name: "${{ github.actor }} - ${{ github.workflow }} - ${{ github.run_number }}"
33
on:
4-
- push:
5-
branches:
6-
- main
4+
push:
5+
branches:
6+
- 'main'
77

88
jobs:
99
TestAndLint:

0 commit comments

Comments
 (0)