Skip to content

Commit

Permalink
Github workflows: enable CI for experimental branches.
Browse files Browse the repository at this point in the history
  • Loading branch information
adriweb authored and debrouxl committed Aug 9, 2023
1 parent a27f400 commit 56711de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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, experimental, experimental2 ]
pull_request:
branches: [ master, feature/github-actions ]
branches: [ master, experimental, experimental2 ]
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, experimental, experimental2 ]
pull_request:
branches: [ master, feature/github-actions ]
branches: [ master, experimental, experimental2 ]
release:
types: [published]

Expand Down

0 comments on commit 56711de

Please sign in to comment.