fix github.ref matcher

This commit is contained in:
41666 2020-12-07 23:49:53 -05:00
parent 6ba252d34c
commit f97ced4433

View file

@ -159,7 +159,7 @@ jobs:
needs:
- docker_build
- worker_build
if: github.ref == refs/heads/main
if: github.ref == "refs/heads/main"
runs-on: ubuntu-latest
steps:
- name: Get UI digest