diff --git a/.github/workflows/create-post-image.yml b/.github/workflows/create-post-image.yml index 7c52d19..9fde574 100644 --- a/.github/workflows/create-post-image.yml +++ b/.github/workflows/create-post-image.yml @@ -7,7 +7,7 @@ on: jobs: build: - if: contains(github.ref_name, '/post/') + # if: contains(github.ref_name, '/post/') runs-on: ubuntu-latest steps: