Skip to content

Commit

Permalink
Merge pull request #64 from ovh/actions
Browse files Browse the repository at this point in the history
Add pull_request for GitHub action
  • Loading branch information
rbeuque74 authored Mar 23, 2023
2 parents c98817b + 77559c6 commit 7cf9c8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/golang-build.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Golang Build

on: [push,workflow_dispatch]
on: [push, workflow_dispatch, pull_request]

jobs:
build:
Expand Down

0 comments on commit 7cf9c8e

Please sign in to comment.