Skip to content

Commit

Permalink
#16: disable bindings CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrepebay committed Apr 26, 2024
1 parent 46f3ad5 commit 9963d86
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-and-test-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: Build and Test Bindings Ubuntu 22.04 gcc 11 x64

# Trigger the workflow on push or pull request
on:
push:
branches:
- master
pull_request:
types: [opened, reopened, synchronize, converted_to_draft, ready_for_review]
# push:
# branches:
# - master
# pull_request:
# types: [opened, reopened, synchronize, converted_to_draft, ready_for_review]

jobs:
build:
Expand Down

0 comments on commit 9963d86

Please sign in to comment.