@@ -5,7 +5,7 @@ on: [push]
jobs:
build-and-deploy:
runs-on: ubuntu-latest
- if: github.event == 'push' && github.ref == 'master'
+ if: github.ref == 'master'
steps:
- name: Checkout
uses: actions/checkout@master