Skip to content

Commit 75166da

Browse files
authored
Update version.yml (#168)
1 parent c650e3f commit 75166da

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/version.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
name: "Update Version"
22

33
on:
4-
push:
4+
#push:
55
# tags:
66
# - v*
7-
branches: ["main"]
8-
pull_request:
7+
#branches: ["main"]
8+
#pull_request:
99
# The branches below must be a subset of the branches above
10-
branches: ["main"]
11-
workflow_dispatch:
10+
#branches: ["main"]
11+
#workflow_dispatch:
1212
jobs:
1313
versioning:
1414
name: Versioning

0 commit comments

Comments
 (0)