Skip to content

Commit

Permalink
Added pul-request branches to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
John Wellbelove committed Oct 26, 2023
1 parent 13759c1 commit 3173d7e
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-syntax-checks.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: clang syntax checks
on:
push:
branches: [ master, development ]
branches: [ master, development, pull-request/* ]
pull_request:
branches: [ master ]
branches: [ master, pull-request/* ]

jobs:
build-clang-cpp03-linux-STL:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/clang.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: clang
on:
push:
branches: [ master, development ]
branches: [ master, development, pull-request/* ]
pull_request:
branches: [ master ]
branches: [ master, pull-request/* ]

jobs:
build-clang-cpp11-linux-stl:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/gcc-syntax-checks.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: gcc syntax checks
on:
push:
branches: [ master, development ]
branches: [ master, development, pull-request/* ]
pull_request:
branches: [ master ]
branches: [ master, pull-request/* ]

jobs:
build-gcc-cpp03-linux-STL:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/gcc.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: gcc
on:
push:
branches: [ master, development ]
branches: [ master, development, pull-request/* ]
pull_request:
branches: [ master ]
branches: [ master, pull-request/* ]

jobs:
build-gcc-cpp11-linux-stl:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/msvc.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: msvc
on:
push:
branches: [ master, development ]
branches: [ master, development, pull-request/* ]
pull_request:
branches: [ master ]
branches: [ master, pull-request/* ]

jobs:
build-windows-msvc-stl:
Expand Down

0 comments on commit 3173d7e

Please sign in to comment.