Skip to content

Commit

Permalink
Change test workflow branches.
Browse files Browse the repository at this point in the history
  • Loading branch information
actapia committed Jan 29, 2025
1 parent 639c5b3 commit 6c098ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test-install-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: test-install-macos

on:
push:
branches: ["main", "macos"]
branches-ignore:
- gh-pages
paths:
- '*'
- '!.gitignore'
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test-install-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: test-install-ubuntu

on:
push:
branches: ["main", "macos"]
branches-ignore:
- gh-pages
paths:
- '*'
- '!.gitignore'
Expand Down

0 comments on commit 6c098ae

Please sign in to comment.