Skip to content

Commit

Permalink
[trivial] Remove outdated issue* glob from CI scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
jendrikseipp committed Oct 10, 2023
1 parent 881a887 commit 179418c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: macOS

on:
push:
branches: [main, issue*, release-*]
branches: [main, release-*]
pull_request:
branches: [main, issue*, release-*]
branches: [main, release-*]

jobs:
test:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: Code style tests

on:
push:
branches: [main, issue*, release-*]
branches: [main, release-*]
pull_request:
branches: [main, issue*, release-*]
branches: [main, release-*]

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

on:
push:
branches: [main, issue*, release-*]
branches: [main, release-*]
pull_request:
branches: [main, issue*, release-*]
branches: [main, release-*]

# Some notes on file paths: the working directory is $GITHUB_WORKSPACE,
# which equals /home/runner/work/my-repo-name/my-repo-name. The code is
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: Windows

on:
push:
branches: [main, issue*, release-*]
branches: [main, release-*]
pull_request:
branches: [main, issue*, release-*]
branches: [main, release-*]

env:
ARCH: "x64"
Expand Down

0 comments on commit 179418c

Please sign in to comment.