Skip to content

Commit

Permalink
Adjust workflow triggers to include 'main' and 'develop' branches.
Browse files Browse the repository at this point in the history
The build.yml file now specifies that actions should be triggered on pushes to the 'main' and 'develop' branches. This change ensures that the workflows are built and tested on these key branches.
  • Loading branch information
meanmail committed Sep 18, 2024
1 parent 6613156 commit f444db9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Python build

on:
push:
branches:
- main
- develop
pull_request:

concurrency:
Expand Down

0 comments on commit f444db9

Please sign in to comment.