Skip to content

Commit 3bebd74

Browse files
authored
Run CI on tags
1 parent 9a34f2d commit 3bebd74

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: Build driver
22
on:
33
push:
4-
branches:
5-
- 'master'
6-
- 'releases/**'
4+
branches: [ master ]
5+
tags:
6+
- 'v*'
77
pull_request:
8-
workflow_dispatch:
8+
branches: [ master ]
99

1010
jobs:
1111
build:

0 commit comments

Comments
 (0)