Skip to content

Commit 4446c22

Browse files
committed
pin to branch
1 parent b8a1926 commit 4446c22

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

.github/workflows/dep_ffmpeg.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838

3939
- name: Create Pull Request
4040
uses: peter-evans/create-pull-request@v6
41+
if: github.ref == 'refs/heads/zoff99/maven_artefact'
4142
with:
4243
commit-message: update ffmpeg to ${{ steps.version_info_str.outputs.release_tag }}
4344
branch: 'create-pull-request/ffmpeg'

.github/workflows/dep_libsodium.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838

3939
- name: Create Pull Request
4040
uses: peter-evans/create-pull-request@v6
41+
if: github.ref == 'refs/heads/zoff99/maven_artefact'
4142
with:
4243
commit-message: update libsodium to ${{ steps.version_info_str.outputs.release_tag }}
4344
branch: create-pull-request/libsodium

.github/workflows/dep_libvpx.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838

3939
- name: Create Pull Request
4040
uses: peter-evans/create-pull-request@v6
41+
if: github.ref == 'refs/heads/zoff99/maven_artefact'
4142
with:
4243
commit-message: update libvpx to ${{ steps.version_info_str.outputs.release_tag }}
4344
branch: create-pull-request/libvpx

.github/workflows/dep_opus.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838

3939
- name: Create Pull Request
4040
uses: peter-evans/create-pull-request@v6
41+
if: github.ref == 'refs/heads/zoff99/maven_artefact'
4142
with:
4243
commit-message: update opus to ${{ steps.version_info_str.outputs.release_tag }}
4344
branch: create-pull-request/opus

.github/workflows/dep_x264.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838

3939
- name: Create Pull Request
4040
uses: peter-evans/create-pull-request@v6
41+
if: github.ref == 'refs/heads/zoff99/maven_artefact'
4142
with:
4243
commit-message: update x264 to ${{ steps.version_info_str.outputs.release_tag }}
4344
branch: create-pull-request/x264

0 commit comments

Comments
 (0)