Skip to content

Commit

Permalink
Merge pull request #3 from SwimResults/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
konrad2002 authored Nov 14, 2023
2 parents c25aaaa + b276cd2 commit bd1d75b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Go

on:
push:
branches: [ "master" ]
branches: [ "master", "develop" ]
pull_request:
branches: [ "master" ]
branches: [ "master", "develop" ]

env:
# Use docker.io for Docker Hub if empty
Expand Down Expand Up @@ -34,9 +34,9 @@ jobs:
# https://github.com/sigstore/cosign-installer
- name: Install cosign
if: github.event_name != 'pull_request'
uses: sigstore/cosign-installer@7e0881f8fe90b25e305bbf0309761e9314607e25
uses: sigstore/cosign-installer@v3.1.1
with:
cosign-release: 'v1.9.0'
cosign-release: 'v2.1.1'

# Workaround: https://github.com/docker/build-push-action/issues/461
- name: Setup Docker buildx
Expand Down

0 comments on commit bd1d75b

Please sign in to comment.