diff options
| author | Dave Henderson <dhenderson@gmail.com> | 2022-06-18 13:28:27 -0400 |
|---|---|---|
| committer | Dave Henderson <dhenderson@gmail.com> | 2022-06-18 13:28:27 -0400 |
| commit | 8ed7dcaa146a8c38a718ff027860b226357ed535 (patch) | |
| tree | 8784a69a89ce323e94bfe54a8344423bbb209821 /.github/workflows/image-scan.yml | |
| parent | 69f52c24e68781fc5750612bbd28630ce1b8c1ed (diff) | |
change 'master' references to 'main'
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to '.github/workflows/image-scan.yml')
| -rw-r--r-- | .github/workflows/image-scan.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/image-scan.yml b/.github/workflows/image-scan.yml index ea4dc4dc..b2049c0c 100644 --- a/.github/workflows/image-scan.yml +++ b/.github/workflows/image-scan.yml @@ -1,10 +1,10 @@ name: Docker Image Scan on: push: - branches: [ master ] + branches: [ main ] tags: [ 'v*' ] pull_request: - branches: [ master ] + branches: [ main ] jobs: docker-build: |
