Skip to content

Commit

Permalink
CI action: tests for screen-v4 too
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-naumov committed Oct 6, 2023
1 parent e604843 commit f4fc8e0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: macOS

on:
push:
branches: [ main, macos ]
branches: [ "main", "screen-v4" ]
pull_request:
branches: [ main, macos ]
branches: [ "main", "screen-v4" ]

env:
CC: clang
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/openbsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: OpenBSD

on:
push:
branches: [ "main" ]
branches: [ "main", "screen-v4" ]
pull_request:
branches: [ "main" ]
branches: [ "main", "screen-v4" ]

jobs:
openbsd:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Ubuntu

on:
push:
branches: [ "main" ]
branches: [ "main", "screen-v4" ]
pull_request:
branches: [ "main" ]
branches: [ "main", "screen-v4" ]

jobs:
ubuntu:
Expand Down

0 comments on commit f4fc8e0

Please sign in to comment.