Skip to content

Commit

Permalink
Merge pull request #6 from Gray-Advantage/dev
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 a9b3c14 + ad234e1 commit 5689c8c
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 5689c8c

Please sign in to comment.