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 e2f0d17 commit 3433cd2Copy full SHA for 3433cd2
.github/workflows/ci.yml
@@ -9,7 +9,7 @@ on:
9
jobs:
10
dev-to-master-pr:
11
name: Create or Update PR from Dev to Master
12
- if: github.ref == 'refs/heads/dev' && github.event.repository.full_name == github.repository
+ if: github.ref == 'refs/heads/dev' && github.repository == 'HyDE-Project/HyDE'
13
runs-on: ubuntu-latest
14
steps:
15
- uses: actions/checkout@v4
@@ -141,7 +141,7 @@ jobs:
141
142
release:
143
name: release
144
- if: github.ref == 'refs/heads/master' && github.event.repository.full_name == github.repository
+ if: github.ref == 'refs/heads/master' && github.repository == 'HyDE-Project/HyDE'
145
146
147
- uses: googleapis/release-please-action@v3
0 commit comments