Skip to content

Commit

Permalink
ci: run full campaign for every commit on release branch
Browse files Browse the repository at this point in the history
JIRA: CI-453
  • Loading branch information
nalajcie committed Apr 25, 2024
1 parent 04ff920 commit b0fe3e8
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/ci-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# vim:sw=2:ts=2
name: ci-release
# every commit/PR on release branch should pass FULL CI check

on:
push:
branches:
- 'release/*'
pull_request:
branches:
- 'release/*'

jobs:
call-ci:
uses: phoenix-rtos/phoenix-rtos-project/.github/workflows/ci-project.yml@master
with:
build_params: all tests
nightly: true
secrets: inherit

0 comments on commit b0fe3e8

Please sign in to comment.