Skip to content

Commit

Permalink
Unify Actions for gcc and llvm
Browse files Browse the repository at this point in the history
  • Loading branch information
XavierRaynaud committed Jun 9, 2021
1 parent 39c4591 commit 8dc2331
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-kvx-cos-llvm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ name: CI LLVM

on:
push:
tags:
- llvm-v*
branches:
- '**'
tags-ignore:
- v*

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-kvx-llvm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release LLVM
on:
push:
tags:
- llvm-v*
- v*

jobs:
build:
Expand Down

0 comments on commit 8dc2331

Please sign in to comment.