Skip to content

Commit

Permalink
remove on pull_request from master and release workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmad-el-sayed committed Feb 7, 2024
1 parent 54dcfba commit 144b0c8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-and-test-feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,9 @@ jobs:
fail-fast: false
matrix:
platform:
- ubuntu-22.04
- macos-12
build_type:
- Release
- Debug

uses: ./.github/workflows/build-and-test-workflow.yml
with:
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/build-and-test-master-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,6 @@ on:
branches:
- master
- "release/v[0-9].[0-9].[0-9]"
pull_request:
types:
- opened # triggers build when opened
- synchronize # triggers build when commits are pushed to HEAD
branches:
- master
- "release/v[0-9].[0-9].[0-9]"
# Manual trigger
workflow_dispatch:

Expand Down

0 comments on commit 144b0c8

Please sign in to comment.