Skip to content

Commit

Permalink
update ci to run on 2_x_dev branch
Browse files Browse the repository at this point in the history
  • Loading branch information
pabuhler committed Feb 24, 2024
1 parent 0a5b8c0 commit fd08747
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Android CI

on:
push:
branches: [ main ]
branches: [ 2_x_dev ]
pull_request:
branches: [ main ]
branches: [ 2_x_dev ]

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

on:
push:
branches: [ main ]
branches: [ 2_x_dev ]
pull_request:
branches: [ main ]
branches: [ 2_x_dev ]

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

on:
push:
branches: [ main ]
branches: [ 2_x_dev ]
pull_request:
branches: [ main ]
branches: [ 2_x_dev ]

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

on:
push:
branches: [ main ]
branches: [ 2_x_dev ]
pull_request:
branches: [ main ]
branches: [ 2_x_dev ]
schedule:
- cron: '20 4 * * 1'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/format_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Code Formatting Check

on:
push:
branches: [ main ]
branches: [ 2_x_dev ]
pull_request:
branches: [ main ]
branches: [ 2_x_dev ]

jobs:
format-check:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/fuzzer_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: Fuzzer build check

on:
push:
branches: [ main ]
branches: [ 2_x_dev ]
pull_request:
branches: [ main ]
branches: [ 2_x_dev ]
workflow_dispatch:

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

on:
push:
branches: [ main ]
branches: [ 2_x_dev ]
pull_request:
branches: [ main ]
branches: [ 2_x_dev ]
schedule:
- cron: '20 4 * * 1'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/stream_list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Stream List CI

on:
push:
branches: [ main ]
branches: [ 2_x_dev ]
pull_request:
branches: [ main ]
branches: [ 2_x_dev ]

jobs:
build:
Expand Down

0 comments on commit fd08747

Please sign in to comment.