mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-24 19:39:11 +00:00
fix github.ref matcher 2
This commit is contained in:
parent
f97ced4433
commit
4dbca37917
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue