Skip to content

Commit

Permalink
Merge branch 'main' into add-linter
Browse files Browse the repository at this point in the history
  • Loading branch information
beeme1mr authored Oct 31, 2024
2 parents 0dc5b4e + 78bb9e6 commit 864a2f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pr-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
branches:
- main
pull_request:
merge_group:

permissions:
contents: read
Expand All @@ -30,4 +31,4 @@ jobs:
${{ runner.os }}-go-
- name: Run tests
run: go test ./...
run: go test ./...

0 comments on commit 864a2f9

Please sign in to comment.