Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/build-tarball.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ on:
- '!.github/workflows/build-tarball.yml'
push:
branches:
- master
- main
- $default-branch
- v[0-9]+.x-staging
- v[0-9]+.x
paths-ignore:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ on:
types: [opened, synchronize, reopened, ready_for_review]
push:
branches:
- master
- main
- $default-branch
- canary
- v[0-9]+.x-staging
- v[0-9]+.x
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/coverage-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ on:
- .github/**
- '!.github/workflows/coverage-linux.yml'
push:
branches: [master, main]
branches:
- $default-branch
paths-ignore:
- '**.md'
- benchmark/**
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/coverage-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ on:
- .github/**
- '!.github/workflows/coverage-windows.yml'
push:
branches: [master, main]
branches:
- $default-branch
paths-ignore:
- '**.md'
- benchmark/**
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ on:
types: [opened, synchronize, reopened, ready_for_review]
push:
branches:
- master
- main
- $default-branch
- v[0-9]+.x-staging
- v[0-9]+.x

Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ on:
types: [opened, synchronize, reopened, ready_for_review]
push:
branches:
- master
- main
- $default-branch
- v[0-9]+.x-staging
- v[0-9]+.x

Expand Down Expand Up @@ -50,7 +49,7 @@ jobs:
- name: Lint C/C++ files
run: make lint-cpp
format-cpp:
if: ${{ github.event.pull_request.draft == false && github.base_ref == 'master' }}
if: ${{ github.event.pull_request.draft == false && github.base_ref == 'main' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/notify-force-push.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
on:
push:
branches:
- master
- main
- $default-branch

name: Notify on Force Push
jobs:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/test-asan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ on:
- '!.github/workflows/test-asan.yml'
push:
branches:
- master
- main
- $default-branch
- canary
- v[0-9]+.x-staging
- v[0-9]+.x
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/test-internet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ on:
paths: [test/internet/**]
push:
branches:
- master
- main
- $default-branch
- canary
- v[0-9]+.x-staging
- v[0-9]+.x
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/test-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ on:
types: [opened, synchronize, reopened, ready_for_review]
push:
branches:
- master
- main
- $default-branch
- canary
- v[0-9]+.x-staging
- v[0-9]+.x
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/test-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ on:
- '!.github/workflows/test-macos.yml'
push:
branches:
- master
- main
- $default-branch
- canary
- v[0-9]+.x-staging
- v[0-9]+.x
Expand Down
2 changes: 1 addition & 1 deletion tools/gyp/.github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
on:
push:
branches:
- main
- $default-branch

name: release-please
jobs:
Expand Down