Skip to content

Commit

Permalink
update workflows (#4076)
Browse files Browse the repository at this point in the history
  • Loading branch information
gcampbell-msft authored Sep 17, 2024
1 parent 9db49f2 commit 452c97c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-main-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: CI (Linux)

on:
push:
branches: [ main, rel ]
branches: [ main, 'release/**' ]
pull_request:
branches: [ main, rel ]
branches: [ main, 'release/**' ]

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-main-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: CI (macOS)

on:
push:
branches: [ main, rel ]
branches: [ main, 'release/**' ]
pull_request:
branches: [ main, rel ]
branches: [ main, 'release/**']

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-main.win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: CI (Windows)

on:
push:
branches: [ main, rel ]
branches: [ main, 'release/**' ]
pull_request:
branches: [ main, rel ]
branches: [ main, 'release/**' ]

jobs:
build:
Expand Down

0 comments on commit 452c97c

Please sign in to comment.