diff options
| author | Scott Shawcroft <scott@adafruit.com> | 2020-04-10 11:36:35 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-10 11:36:35 -0700 |
| commit | 44cf7988c04e7390a713b351e72d75b1708de20c (patch) | |
| tree | 51a5cc828d4bcba90dc09638da4e82b6308dd20c /.github | |
| parent | 2e29cbf598dc6f6a542c6af2035f44e9213ebf07 (diff) | |
| parent | 0e06a88fdd078d5ffc995113b89acfcc637b441e (diff) | |
Merge pull request #2758 from ElectronicCats/nfc_copy
NFC Copy Cat
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 333c98846..0fc6ce5a4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -189,6 +189,7 @@ jobs: - "mini_sam_m4" - "monster_m4sk" - "ndgarage_ndbit6" + - "nfc_copy_cat" - "ohs2020_badge" - "openbook_m4" - "particle_argon" @@ -324,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 |
