Skip to content

Commit 4b27a3c

Browse files
committed
Disable ci-snapshot for push event for now
1 parent 102087b commit 4b27a3c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/ci-snapshot.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@ name: CI SNAPSHOT
22

33
on:
44
workflow_dispatch:
5-
push:
6-
branches:
7-
- main
5+
# push:
6+
# branches:
7+
# - main
88

99
jobs:
1010
build_snapshot:
1111
uses: spring-projects/spring-integration-aws/.github/workflows/ci-snapshot.yml@main
1212
secrets: inherit
13-

0 commit comments

Comments
 (0)