Skip to content

Commit de83b38

Browse files
Merge similar workflows
2 parents 36ff095 + 98c4603 commit de83b38

2 files changed

Lines changed: 3 additions & 14 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 12 deletions
This file was deleted.

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Development
1+
name: Test and update release
22

33
on:
44
push:
@@ -9,8 +9,9 @@ on:
99
- v12
1010
schedule:
1111
- cron: '0 0 * * *'
12-
# Allows you to run this workflow manually from the Actions tab
1312
workflow_dispatch:
13+
release:
14+
types: [created, edited]
1415

1516
jobs:
1617
run-tests-and-update-release:

0 commit comments

Comments
 (0)