Skip to content
This repository was archived by the owner on Oct 28, 2022. It is now read-only.

Commit a477f77

Browse files
authored
Fix example for on release action (#7)
1 parent a4cb599 commit a477f77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ jobs:
196196
publishOnMasterRelease:
197197
name: Publish release to Netlify
198198
runs-on: ubuntu-latest
199-
if: github.event_name == 'release' && github.event.action == 'created' && github.ref == 'refs/heads/master'
199+
if: github.event_name == 'release' && github.event.action == 'created'
200200
steps:
201201
- name: Checkout repository
202202
uses: actions/checkout@v1

0 commit comments

Comments
 (0)