fix: Correct syntax for action to be executed only on master branch

This commit is contained in:
Rostislav Raykov 2019-09-18 01:02:57 +02:00
parent 878b7b4d2a
commit 382a973e14

View file

@ -1,6 +1,7 @@
on:
push:
- master
branches:
- master
name: Publish to crates.io