Skip to content

Commit

Permalink
Add Tests to major-release Branch (move-coop#949)
Browse files Browse the repository at this point in the history
* add major release branch to gh workflow

* add mac tests

* null changes (want to trigger test)

* remove temp change
  • Loading branch information
IanRFerguson authored Dec 7, 2023
1 parent 9fe9a85 commit 5a9f87e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-linux-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: tests

on:
pull_request:
branches: ["main"]
branches: ["main", "major-release"]
push:
branches: ["main"]
branches: ["main", "major-release"]

env:
TESTING: 1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: tests for mac

on:
pull_request:
branches: ["main"]
branches: ["main", "major-release"]
push:
branches: ["main"]
branches: ["main", "major-release"]

env:
TESTING: 1
Expand Down

0 comments on commit 5a9f87e

Please sign in to comment.