Skip to content

Commit

Permalink
.github/workflows: add com_objects_v3 to push workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Klotz <aklotz@ohmsoft.com>
  • Loading branch information
dblohm7 committed Jan 19, 2024
1 parent 45b02d0 commit 608eace
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ name: Go

on:
push:
branches: [ "main", "bindgen", "ci" ]
branches: [ "main", "bindgen", "ci", "com_objects_v3" ]
pull_request:
branches: [ "main", "bindgen" ]
branches: [ "main", "bindgen", "ci" ]

jobs:

Expand Down

0 comments on commit 608eace

Please sign in to comment.