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 f16f57c commit d99cebcCopy full SHA for d99cebc
.github/workflows/pages.yml
@@ -39,7 +39,7 @@ jobs:
39
deploy:
40
# Add a dependency to the build job
41
needs: build
42
- if: ${{ github.ref == '/refs/heads/main' }}
+ if: ${{ github.ref == 'refs/heads/main' }}
43
44
# Grant GITHUB_TOKEN the permissions required to make a Pages deployment
45
permissions:
CODEOWNERS
@@ -1,3 +1,4 @@
1
-* @noteable-io/back-end
2
-
+* @noteable-io/back-end @noteable-io/devops
3
.github/ @noteable-io/devops
+python/** @noteable-io/back-end
4
+R/** @noteable-io/back-end
0 commit comments