Skip to content

Commit 3915ce9

Browse files
committed
chore: update ci yaml
1 parent 999defc commit 3915ce9

File tree

5 files changed

+0
-5
lines changed

5 files changed

+0
-5
lines changed

.github/workflows/docker-image-en.yml

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ on:
1212
jobs:
1313
push_to_registries:
1414
name: Push Docker image to multiple registries
15-
if: github.ref == 'refs/heads/main'
1615
runs-on: ubuntu-latest
1716
permissions:
1817
packages: write

.github/workflows/docker-image.yml

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ jobs:
1313
push_to_registries:
1414
name: Push Docker image to multiple registries
1515
runs-on: ubuntu-latest
16-
if: github.ref == 'refs/heads/main'
1716
permissions:
1817
packages: write
1918
contents: read

.github/workflows/linux-release.yml

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ on:
1515
jobs:
1616
release:
1717
runs-on: ubuntu-latest
18-
if: github.ref == 'refs/heads/main'
1918
steps:
2019
- name: Checkout
2120
uses: actions/checkout@v3

.github/workflows/macos-release.yml

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ on:
1515
jobs:
1616
release:
1717
runs-on: macos-latest
18-
if: github.ref == 'refs/heads/main'
1918
steps:
2019
- name: Checkout
2120
uses: actions/checkout@v3

.github/workflows/windows-release.yml

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ on:
1515
jobs:
1616
release:
1717
runs-on: windows-latest
18-
if: github.ref == 'refs/heads/main'
1918
defaults:
2019
run:
2120
shell: bash

0 commit comments

Comments
 (0)