Skip to content

Commit cd41357

Browse files
committed
Fix release job
Also run job on tag creation.
1 parent 2c1ba5a commit cd41357

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/study_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Study Build
22

33
on:
44
push:
5-
branches:
6-
- study
5+
create:
6+
tags:
77

88
jobs:
99
build:

0 commit comments

Comments
 (0)