Skip to content

Commit

Permalink
Merge pull request #5 from Gray-Advantage/sergey
Browse files Browse the repository at this point in the history
fix: correct branches name
  • Loading branch information
Gray-Advantage authored Apr 10, 2024
2 parents 17f0ded + e93854c commit ad234e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Python application

on:
push:
branches: [ "master", "develop", "artem", "sergey", "vladimir", "for_merge"]
branches: [ "main", "dev", "artem", "sergey", "vladimir", "for_merge"]
pull_request:
branches: [ "master", "develop", "artem", "sergey", "vladimir", "for_merge"]
branches: [ "main", "dev", "artem", "sergey", "vladimir", "for_merge"]

permissions:
contents: read
Expand Down

0 comments on commit ad234e1

Please sign in to comment.