Skip to content

Commit

Permalink
ci: add feature/python branch to workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
adriweb committed Aug 16, 2024
1 parent 37d228e commit b907da4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.linux.workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Build Linux

on:
push:
branches: [ master, feature/github-actions ]
branches: [ master, feature/github-actions, feature/python ]
pull_request:
branches: [ master, feature/github-actions ]
branches: [ master, feature/github-actions, feature/python ]
release:
types: [published]

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build.mac.workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Build macOS

on:
push:
branches: [ master, feature/github-actions ]
branches: [ master, feature/github-actions, feature/python ]
pull_request:
branches: [ master, feature/github-actions ]
branches: [ master, feature/github-actions, feature/python ]
release:
types: [published]

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build.windows.workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Build Windows

on:
push:
branches: [ master, feature/github-actions ]
branches: [ master, feature/github-actions, feature/python ]
pull_request:
branches: [ master, feature/github-actions ]
branches: [ master, feature/github-actions, feature/python ]
release:
types: [published]

Expand Down

0 comments on commit b907da4

Please sign in to comment.