Skip to content

Commit

Permalink
Merge pull request #61 from jugaad-py/fix-ci-cd
Browse files Browse the repository at this point in the history
Changes
  • Loading branch information
sevakram authored Nov 19, 2023
2 parents 16fc396 + 22de742 commit dc88dad
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- master
jobs:
deploy:

needs: [Build]
runs-on: ubuntu-latest
steps:
- name: Dump GitHub context
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
name: Python application

on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]

Expand Down

0 comments on commit dc88dad

Please sign in to comment.