Skip to content

Commit 0d4a767

Browse files
committed
Run CI on tags too
Ignoring dependabot branches disabled builds for all tags as well implicitly, so we need to re-enable those manually.
1 parent e1f08ee commit 0d4a767

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ name: CI
22
on:
33
push:
44
branches-ignore:
5-
- 'dependabot/**'
5+
- 'dependabot/**'
6+
tags:
7+
- '**'
68
pull_request:
79
jobs:
810
build:

0 commit comments

Comments
 (0)