Skip to content

Commit 9efbcde

Browse files
committed
Remove testing push target.
1 parent 75487de commit 9efbcde

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/cpp-packaging.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@ on:
33
push:
44
branches:
55
# Run a full packaging step any time a new branch is merged into dev.
6-
- "dev"
7-
# For testing only.
8-
- "feature/run_packaging_on_push_to_dev"
6+
- dev
97
workflow_dispatch:
108
inputs:
119
commitIdToPackage:

0 commit comments

Comments
 (0)