Skip to content

Commit

Permalink
Merge pull request #34 from UtkarshBhatthere/CI/trimPushWorkflow
Browse files Browse the repository at this point in the history
Push trigger tests only for release branches
  • Loading branch information
sabaini authored Sep 14, 2023
2 parents ea3975b + ace45cb commit 0be1f05
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build_and_test.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
name: Canary image testing

on:
# Run test on each "PUSH" to release branches only.
push:
branches:
- 'main'
- 'stable/*'
# Run test on all PRs.
pull_request:
# Allows you to run this workflow manually from the Actions tab
# Allows you to run this workflow manually for any internal branch from the Actions tab.
workflow_dispatch:

defaults:
Expand Down

0 comments on commit 0be1f05

Please sign in to comment.