refactor: remove branch restriction

This commit is contained in:
y1ndan 2021-01-01 06:57:42 +08:00
parent f6fc8c53d1
commit aafc2f6813

View File

@ -12,7 +12,7 @@ env:
jobs:
build:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master'
# if: github.ref == 'refs/heads/master'
steps:
- name: Checkout master