Skip to content

Commit

Permalink
add branch to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
calc84maniac committed Feb 12, 2025
1 parent d8296b9 commit a6274d0
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/hardware-cursor ]
pull_request:
branches: [ master, feature/github-actions ]
branches: [ master, feature/github-actions, feature/hardware-cursor ]

jobs:
build:
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/hardware-cursor ]
pull_request:
branches: [ master, feature/github-actions ]
branches: [ master, feature/github-actions, feature/hardware-cursor ]

jobs:
build:
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, test/usbwin ]
branches: [ master, feature/github-actions, feature/hardware-cursor, test/usbwin ]
pull_request:
branches: [ master, feature/github-actions ]
branches: [ master, feature/github-actions, feature/hardware-cursor ]

jobs:
build:
Expand Down

0 comments on commit a6274d0

Please sign in to comment.