Skip to content

Commit

Permalink
update workflow 9
Browse files Browse the repository at this point in the history
  • Loading branch information
kundan59 committed Sep 7, 2023
1 parent 18d843c commit 4529057
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/common-service-pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: car-demo-common-service

on:
push:
branches: [ main ]
on: workflow_dispatch

jobs:
build:
Expand All @@ -17,8 +15,6 @@ jobs:
cache: maven

- name: Build and Publish Maven
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
env:
GITHUB_TOKEN: ${{ secrets.RWP_TOKEN }}
run: |
Expand Down

0 comments on commit 4529057

Please sign in to comment.