We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9075137 commit 22473d1Copy full SHA for 22473d1
.github/workflows/publish-snapshot.yml
@@ -22,6 +22,7 @@ concurrency: ${{ github.workflow }}-${{ github.ref }}
22
23
jobs:
24
publish-snapshot:
25
+ if: github.repository == 'radix-ui/primitives'
26
runs-on: ubuntu-latest
27
steps:
28
- name: Checkout
.github/workflows/publish-stable.yml
@@ -13,6 +13,7 @@ concurrency: ${{ github.workflow }}-${{ github.ref }}
13
14
15
publish-stable:
16
17
name: Version or publish
18
timeout-minutes: 15
19
0 commit comments