Skip to content

Commit

Permalink
make test run on mseter and release/v8.*
Browse files Browse the repository at this point in the history
  • Loading branch information
kisvegabor committed Jun 28, 2021
1 parent eb70e2b commit 227402a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
@@ -2,9 +2,9 @@ name: C/C++ CI

on:
push:
branches: [ feat/test-unity ]
branches: [ master, release/v8.* ]
pull_request:
branches: [ feat/test-unity ]
branches: [ master, release/v8.* ]

jobs:
build:

0 comments on commit 227402a

Please sign in to comment.