Skip to content

Commit

Permalink
Add on push
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmad-el-sayed committed Feb 7, 2024
1 parent 6ec1f5c commit 097bfb7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build-and-test-feature.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Build and test

on:
push:
branches:
- "feature/**"
pull_request:
types:
- opened # triggers build when opened
Expand All @@ -24,10 +27,7 @@ jobs:
- Release
- Debug

runs-on: ${{ matrix.platform }}

steps:
- uses: ./.github/workflows/build-and-test-workflow.yml
with:
platform: ${{ matrix.platform }}
build_type: ${{ matrix.build_type }}
uses: ./.github/workflows/build-and-test-workflow.yml
with:
platform: ${{ matrix.platform }}
build_type: ${{ matrix.build_type }}

0 comments on commit 097bfb7

Please sign in to comment.