Skip to content

Commit

Permalink
Merge pull request #16 from getsafle/feat/Dockerfile
Browse files Browse the repository at this point in the history
fix:CI changes
  • Loading branch information
SubhanshuMG authored Jun 12, 2024
2 parents 83b43a8 + 2fb49fa commit 8eba04c
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/main&dev.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
name: Build and Push Docker Image

on:
pull_request:
types:
- closed
branches:
- dev-server
- main-server
push:
branches:
- main-server
Expand All @@ -23,10 +17,10 @@ env:
BITBUCKET_ACCESS_KEY: ${{ secrets.BITBUCKET_ACCESS_KEY }}
TOKEN: ${{ secrets.TOKEN }}
GITHUB_RUN_NUMBER: ${{ github.run_number }}
GH_PAT: ${{ secrets.GH_PAT }}

jobs:
CI:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- name: Checkout Code
Expand Down

0 comments on commit 8eba04c

Please sign in to comment.