Skip to content

Commit

Permalink
Merge pull request #152 from tiagorlampert/test-ci-on-pr
Browse files Browse the repository at this point in the history
test ci pr
  • Loading branch information
tiagorlampert authored Oct 26, 2024
2 parents 0a8951c + 92cdf7a commit 846e38e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
name: Go
on: [push]
on:
push:
branches:
- "*"
pull_request:
branches:
- "*"

jobs:
test:
Expand Down

0 comments on commit 846e38e

Please sign in to comment.