Skip to content

Commit 690452e

Browse files
committed
Fixes workflow triggers
1 parent e65b0c6 commit 690452e

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/test.yaml

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
name: CI
22

33
on:
4-
workflow_call:
5-
# pull_request:
6-
# types: [opened, synchronize]
7-
# branches: [master]
4+
pull_request:
5+
types: [opened, synchronize]
6+
branches: [master]
87

98
defaults:
109
run:

.github/workflows/version.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Bump the version on merge
22
on:
33
pull_request:
4-
# types: [closed]
4+
types: [closed]
55
branches: [master]
66

77
jobs:

0 commit comments

Comments
 (0)