Skip to content

Commit 96863e2

Browse files
authored
Merge pull request #139 from mathworks/abseil_build_failure
update workflow trigger of build_and_test_simple
2 parents e8950d2 + cc441b3 commit 96863e2

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/build_and_test_simple.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@ name: "Build and Run Tests Simple"
33
on:
44
workflow_dispatch:
55
push:
6-
branches:
7-
- '**'
8-
- '!main'
9-
- '!v*.*'
6+
branches-ignore:
7+
- 'main'
8+
- '[0-9]+.[0-9]+.[0-9]+'
109
env:
1110
MLM_LICENSE_TOKEN: ${{ secrets.MLM_LICENSE_TOKEN }}
1211
jobs:

0 commit comments

Comments
 (0)