Skip to content

Commit 25c8c4d

Browse files
committed
run tests on all pushes now
even release ones
1 parent 981976b commit 25c8c4d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
name: Build & run tests
22

3-
on:
4-
push:
5-
tags-ignore:
6-
- "v*" # because these will be handled by the "Release" workflow
3+
on: push
74

85
jobs:
96
build:

0 commit comments

Comments
 (0)