Skip to content

Commit

Permalink
Ensure build flow runs on each PR
Browse files Browse the repository at this point in the history
  • Loading branch information
nitisht authored Jul 31, 2024
1 parent bb7dac3 commit bd20cf8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Go Build and Test

on: [push]
on:
pull_request_target:
types: [opened,synchronize]

jobs:
build:
Expand Down

0 comments on commit bd20cf8

Please sign in to comment.