Skip to content

Commit

Permalink
I-51 removed feature branch from push-triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
IroNEDR committed Aug 15, 2024
1 parent ea16c02 commit ca60620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Python package

on:
push:
branches: [ "main", "dev", "gh_actions_ci_cd" ]
branches: [ "main", "dev" ]
pull_request:
branches: [ "main", "dev" ]

Expand Down

0 comments on commit ca60620

Please sign in to comment.