Skip to content

Commit d99cebc

Browse files
authored
Adjust CODEOWNERS, fix deploy step check (#25)
1 parent f16f57c commit d99cebc

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
deploy:
4040
# Add a dependency to the build job
4141
needs: build
42-
if: ${{ github.ref == '/refs/heads/main' }}
42+
if: ${{ github.ref == 'refs/heads/main' }}
4343

4444
# Grant GITHUB_TOKEN the permissions required to make a Pages deployment
4545
permissions:

CODEOWNERS

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
* @noteable-io/back-end
2-
1+
* @noteable-io/back-end @noteable-io/devops
32
.github/ @noteable-io/devops
3+
python/** @noteable-io/back-end
4+
R/** @noteable-io/back-end

0 commit comments

Comments
 (0)