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 7b4875b commit 75ec4aaCopy full SHA for 75ec4aa
1 file changed
.github/workflows/publish.yaml
@@ -37,7 +37,7 @@ permissions:
37
38
jobs:
39
publish:
40
- if: github.event_name != 'workflow_dispatch' || github.ref == 'refs/heads/main'
+ if: github.repository == 'bmad-code-org/BMAD-METHOD' && (github.event_name != 'workflow_dispatch' || github.ref == 'refs/heads/main')
41
runs-on: ubuntu-latest
42
steps:
43
- name: Checkout
0 commit comments