Skip to content

Commit

Permalink
Correct repository name check
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrus01337 authored Oct 8, 2024
1 parent 29f8bac commit 43fce4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
name: Publish to Docker Hub
needs: check
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main' && github.repository == '*/*-app-boilerplate'
if: github.ref == 'refs/heads/main' && github.repository == '*/next-app-boilerplate'

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 43fce4f

Please sign in to comment.