Skip to content

Commit 41f26df

Browse files
committed
Run ci workflow on all branch pushes
- Assuming that a release tag is pushed a ci workflow will then build and publish tagged version. - Relates #165
1 parent fc7d213 commit 41f26df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: CI
33
on:
44
workflow_dispatch:
55
push:
6-
paths-ignore:
7-
- '.github/**'
6+
branches:
7+
- '**'
88

99
jobs:
1010
build:

0 commit comments

Comments
 (0)