Skip to content

Commit

Permalink
Merge pull request #13 from s0ders/ci/pull-request-workflow
Browse files Browse the repository at this point in the history
Updating PR CI workflow
  • Loading branch information
s0ders authored May 1, 2024
2 parents 1e95df2 + fb10111 commit dcd4379
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pull-requests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dcd4379

Please sign in to comment.