Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
bbbgan committed Jul 10, 2023
1 parent 21f4578 commit cfa1ea2
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/clang-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Clang Format Diff

on:
push:
branches: [ master, fullsupport_xml]
branches: [ master, improve_xml]
pull_request:
branches: [ master, fullsupport_xml]
branches: [ master, improve_xml]

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

on:
push:
branches: [ master, fullsupport_xml]
branches: [ master, improve_xml]
pull_request:
branches: [ master, fullsupport_xml]
branches: [ master, improve_xml]

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

on:
push:
branches: [ master, fullsupport_xml]
branches: [ master, improve_xml]
pull_request:
branches: [ master, fullsupport_xml]
branches: [ master, improve_xml]

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

on:
push:
branches: [ master, fullsupport_xml]
branches: [ master, improve_xml]
pull_request:
branches: [ master, fullsupport_xml]
branches: [ master, improve_xml]

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Windows Server 2022

on:
push:
branches: [ master, fullsupport_xml]
branches: [ master, improve_xml]
pull_request:
branches: [ master, fullsupport_xml]
branches: [ master, improve_xml]

jobs:
build:
Expand Down

0 comments on commit cfa1ea2

Please sign in to comment.