diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 1c41c81..872981f 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -113,7 +113,7 @@ jobs: with: gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }} git_user_signingkey: true - ggit_tag_gpgsign: true + git_tag_gpgsign: true trust_level: 5 - name: Git Configuration diff --git a/.github/workflows/pull-requests.yaml b/.github/workflows/pull-requests.yaml index 1705062..b4ed422 100644 --- a/.github/workflows/pull-requests.yaml +++ b/.github/workflows/pull-requests.yaml @@ -2,10 +2,10 @@ name: Pull Request on: pull_request: - types: [opened, reopened, edited] + types: [opened, reopened, edited, synchronize] jobs: - go-build: + go-build-and-test: runs-on: ubuntu-latest permissions: contents: read