Skip to content

Commit

Permalink
updated action triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
pranaychandekar committed Nov 3, 2023
1 parent 09cc904 commit 874bfa4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/image_build_push.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
name: Publish Docker image
name: Publish Docker Image

on:
pull_request:
types:
- closed
branches:
- master
workflow_dispatch:

jobs:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ on:
- '!**.md'
- '.github/workflows/**'
pull_request:
types:
- opened
- edited
- reopened
branches:
- master
# file paths to consider in the event
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ on:
- '!**.md'
- '.github/workflows/**'
pull_request:
types:
- opened
- edited
- reopened
branches:
- master
# file paths to consider in the event
Expand Down

0 comments on commit 874bfa4

Please sign in to comment.