Skip to content

Commit

Permalink
Merge pull request #32 from quero-edu/test-workflow-trigger
Browse files Browse the repository at this point in the history
Change test workflow trigger to pull request
  • Loading branch information
BrunoTarijon authored Mar 18, 2024
2 parents 7ecdd31 + 18face7 commit 7b6ab3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Go test

on: [push]
on: [pull_request]

jobs:
go-lint:
Expand Down

0 comments on commit 7b6ab3c

Please sign in to comment.