Skip to content

Commit 80ea95a

Browse files
committed
Fix yml syntax
1 parent aa14697 commit 80ea95a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Build DISCVR
22
on:
33
workflow_dispatch:
44
push:
5-
branches:
6-
- !latest
5+
tags-ignore:
6+
- latest
77
pull_request:
88
jobs:
99
build-modules:

0 commit comments

Comments
 (0)