Skip to content

Commit

Permalink
ci: Remove branch exception
Browse files Browse the repository at this point in the history
  • Loading branch information
alecandido committed Apr 26, 2024
1 parent 339d908 commit 1954e5c
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 10 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/capi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: CAPI

on:
push:
branches-ignore:
- fix-macos-cli-generation

jobs:
capi:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/msrv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: MSRV

on:
push:
branches-ignore:
- fix-macos-cli-generation

env:
CARGO_TERM_COLOR: always
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Python

on:
push:
branches-ignore:
- fix-macos-cli-generation

jobs:
test:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
push:
tags:
- 'v[0-9]+*'
branches:
- fix-macos-cli-generation
workflow_dispatch:

env:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Rust

on:
push:
branches-ignore:
- fix-macos-cli-generation

defaults:
run:
Expand Down

0 comments on commit 1954e5c

Please sign in to comment.