Skip to content

Commit

Permalink
Merge pull request #324 from vss-2/fix-issue-322
Browse files Browse the repository at this point in the history
adds pull request trigger to python package testing pipeline
  • Loading branch information
rafapereirabr committed Sep 13, 2023
2 parents 78b8fb8 + b95489a commit ea4b7b9
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .github/workflows/Python-CMD-check.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
on: [push]
on:
push:
paths:
- python-package/**
branches:
- main
- master
- dev
pull_request:
paths:
- python-package/**
branches:
- main
- master
- dev

name: Python-CMD-check

Expand Down

0 comments on commit ea4b7b9

Please sign in to comment.