Andrea MH commited on
Commit
84efed9
·
unverified ·
1 Parent(s): 04bcfa7

Update release_to_public.yml

Browse files
.github/workflows/release_to_public.yml CHANGED
@@ -14,7 +14,7 @@ permissions:
14
  jobs:
15
  export_pr:
16
  runs-on: ubuntu-latest
17
- if: startsWith(github.ref, 'refs/tags/release') && github.ref == 'refs/heads/main' # Check both conditions
18
 
19
  steps:
20
  # Step 1: Checkout the current repository
 
14
  jobs:
15
  export_pr:
16
  runs-on: ubuntu-latest
17
+ if: startsWith(github.ref, 'refs/tags/release')
18
 
19
  steps:
20
  # Step 1: Checkout the current repository