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.
2 parents be60f78 + cf8c531 commit 3ef9d02Copy full SHA for 3ef9d02
.github/workflows/auto_update_version.yml
@@ -8,7 +8,7 @@ on:
8
9
jobs:
10
update-version:
11
- if: ${{ github.ref_type == 'branch' && startsWith(github.ref_name, 'release/') }}
+ if: ${{ github.repository == 'swiftlang/swift-format' && github.ref_type == 'branch' && startsWith(github.ref_name, 'release/') }}
12
runs-on: ubuntu-latest
13
permissions:
14
contents: write
0 commit comments