Skip to content

Commit

Permalink
ci: use gtk3 branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
adriweb authored and debrouxl committed Dec 1, 2024
1 parent a1bcd59 commit 5d6974e
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, gtk3 ]
pull_request:
branches: [ master, feature/github-actions ]
branches: [ master, gtk3 ]
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, gtk3 ]
pull_request:
branches: [ master, feature/github-actions ]
branches: [ master, gtk3 ]
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, gtk3 ]
pull_request:
branches: [ master, feature/github-actions ]
branches: [ master, gtk3 ]
release:
types: [published]

Expand Down

0 comments on commit 5d6974e

Please sign in to comment.