Skip to content

Commit 23e6c18

Browse files
committed
Changed the triggers to cause runs
1 parent 6ac064e commit 23e6c18

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/test.yaml

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

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

89
defaults:
910
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)