diff options
author | Saturneric <[email protected]> | 2021-07-01 18:41:16 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-07-01 18:41:16 +0000 |
commit | 51717654dfa300ef15927e44ce46a38a7bdb3348 (patch) | |
tree | cde94fff83a75ad9dd6bc0a389ebc2eb01992feb | |
parent | Update README.md (diff) | |
download | GpgFrontend-51717654dfa300ef15927e44ce46a38a7bdb3348.tar.gz GpgFrontend-51717654dfa300ef15927e44ce46a38a7bdb3348.zip |
Update Github Action Files.
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/debug.yml | 2 | ||||
-rw-r--r-- | .github/workflows/release-ci.yml | 2 | ||||
-rw-r--r-- | .github/workflows/release.yml | 4 |
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' |