diff options
| author | sabas1080 <s@electroniccats.com> | 2020-04-09 17:19:06 -0500 |
|---|---|---|
| committer | sabas1080 <s@electroniccats.com> | 2020-04-09 17:19:06 -0500 |
| commit | 0e06a88fdd078d5ffc995113b89acfcc637b441e (patch) | |
| tree | 1fcea7f845b36c15e399e93e29a25ea5e5ba47b6 /.github | |
| parent | cac4fb0318015f344e191e3077e99ffdce347515 (diff) | |
update YML
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 36cf1e83a..7111b2f36 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -325,4 +325,4 @@ jobs: env: AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }} AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }} - if: github.event_name == 'push' || (github.event_name == 'release' && (github.event.action == 'published' || github.event.action == 'rerequested')) + if: github.event_name == 'push' || (github.event_name == 'release' && (github.event.action == 'published' || github.event.action == 'rerequested'))
\ No newline at end of file |
