Skip to content

Commit

Permalink
Reverting changes on workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Ncoder2 committed Jun 16, 2024
1 parent cdbe1d8 commit c9203a6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/dashboard-release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
name: Dashboard Latest Release
on:
push:
branches:
- dashboard
workflow_dispatch:
inputs:
releaseType:
Expand All @@ -19,6 +16,7 @@ env:
IMAGE_NAME: phonepe/mantis-dashboard
jobs:
build-and-push-image:
if: github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/dashboard'
runs-on: ubuntu-latest
permissions:
contents: write
Expand Down

0 comments on commit c9203a6

Please sign in to comment.