Skip to content

Commit 3eac2c0

Browse files
Update README.md
Co-authored-by: David Mansolino <[email protected]>
1 parent 3a30a1d commit 3eac2c0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@ Here is a simple GitHub workflow snippet which utilizes the action:
1616
```yaml
1717
name: Record animation
1818

19-
on: [push]
19+
on:
20+
push:
21+
branches:
22+
- master
2023

2124
jobs:
2225
record:

0 commit comments

Comments
 (0)