Skip to content

Commit f208ab4

Browse files
committed
Update CI
1 parent 11613f3 commit f208ab4

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.copier-answers.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Do not edit - changes here will be overwritten by Copier
2-
_commit: v0.4.3
2+
_commit: v0.4.4
33
_src_path: gh:fractal-analytics-platform/fractal-tasks-template
44
author_email: [email protected]
55
author_name: Joel Luethi

.github/workflows/build_and_test.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,14 @@ name: CI (build and test)
22

33
on:
44
push:
5-
branches: ["main"]
5+
branches:
6+
- main
67
tags:
78
- "*"
89
pull_request:
9-
branches: ["main"]
10+
workflow_dispatch:
11+
release:
12+
types: [published]
1013

1114

1215
jobs:

0 commit comments

Comments
 (0)