Closed andrusha closed 3 years ago
Specifying on is required for correct actions configuration https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#on
on
I don't want actions to run only on master. A better change would be
on: push: null
Specifying
on
is required for correct actions configuration https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#on