aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2021-07-01 18:41:16 +0000
committerSaturneric <[email protected]>2021-07-01 18:41:16 +0000
commit51717654dfa300ef15927e44ce46a38a7bdb3348 (patch)
treecde94fff83a75ad9dd6bc0a389ebc2eb01992feb
parentUpdate README.md (diff)
downloadGpgFrontend-51717654dfa300ef15927e44ce46a38a7bdb3348.tar.gz
GpgFrontend-51717654dfa300ef15927e44ce46a38a7bdb3348.zip
Update Github Action Files.
Diffstat (limited to '')
-rw-r--r--.github/workflows/debug.yml2
-rw-r--r--.github/workflows/release-ci.yml2
-rw-r--r--.github/workflows/release.yml4
3 files changed, 7 insertions, 1 deletions
diff --git a/.github/workflows/debug.yml b/.github/workflows/debug.yml
index c09112f1..2de9716c 100644
--- a/.github/workflows/debug.yml
+++ b/.github/workflows/debug.yml
@@ -5,12 +5,14 @@ on:
branches: [ develop ]
paths-ignore:
- '**/README.md'
+ - '**/README_CN.md'
- 'resource/ts/**'
- 'docs/**'
pull_request:
branches: [ develop ]
paths-ignore:
- '**/README.md'
+ - '**/README_CN.md'
- 'resource/ts/**'
- 'docs/**'
diff --git a/.github/workflows/release-ci.yml b/.github/workflows/release-ci.yml
index 804a3e3d..e4371bfc 100644
--- a/.github/workflows/release-ci.yml
+++ b/.github/workflows/release-ci.yml
@@ -5,12 +5,14 @@ on:
branches: [ develop-ci ]
paths-ignore:
- '**/README.md'
+ - '**/README_CN.md'
- 'resource/ts/**'
- 'docs/**'
pull_request:
branches: [ develop-ci ]
paths-ignore:
- '**/README.md'
+ - '**/README_CN.md'
- 'resource/ts/**'
- 'docs/**'
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 25b11b7f..af9e6f28 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -5,12 +5,14 @@ on:
branches: [ main, develop ]
paths-ignore:
- '**/README.md'
+ - '**/README_CN.md'
- 'resource/ts/**'
- 'docs/**'
pull_request:
branches: [ develop ]
paths-ignore:
- '**/README.md'
+ - '**/README_CN.md'
- 'resource/ts/**'
- 'docs/**'
@@ -181,4 +183,4 @@ jobs:
with:
name: gpgfrontend-${{matrix.os}}-${{env.BUILD_TYPE}}-${{steps.vars.outputs.sha_short}}
path: ${{github.workspace}}/build/release/*
- if: matrix.os == 'windows-latest' \ No newline at end of file
+ if: matrix.os == 'windows-latest'