We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87eb154 commit 6320f18Copy full SHA for 6320f18
.github/workflows/on-release-tag.yml
@@ -99,7 +99,7 @@ jobs:
99
100
deploy:
101
# do not execute on forks
102
- if: ${{ github.repository == 'HackYourFuture/CourseHub' && inputs.deploy }}
+ if: ${{ github.repository == 'HackYourFuture/CourseHub' && (github.event_name == 'push' || inputs.deploy) }}
103
needs: [build-course-hub-backend, build-course-hub-frontend]
104
permissions:
105
contents: read
0 commit comments