Skip to content

Commit 8aeeae3

Browse files
authored
chore: fix branch name on update-version workflow (GoogleCloudPlatform#490)
## Change Description The action isn't triggering and I suspect it's because of these missing quotes.
1 parent c84aa50 commit 8aeeae3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: update-version
33
on:
44
pull_request:
5-
branches: [master]
5+
branches: ['master']
66
paths:
77
- 'version.txt'
88

0 commit comments

Comments
 (0)