Skip to content

Commit 49e81b1

Browse files
authored
Remove spurious character from main.yml
#194
1 parent a504c06 commit 49e81b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ env:
1414
jobs:
1515
build:
1616
if: >
17-
github.repository_owner == 'SMPTE' && (
17+
github.repository_owner == 'SMPTE' && (
1818
(github.event_name == 'push' && github.ref == 'refs/heads/main')
1919
|| github.event_name == 'pull_request'
2020
|| github.event_name == 'release'

0 commit comments

Comments
 (0)