Trigger AWS Graviton 3 CI job only for develop and release branches
This commit is contained in:
parent
2418a20f1f
commit
8613632dc5
|
@ -1,6 +1,14 @@
|
||||||
name: arm64 graviton cirun
|
name: arm64 graviton cirun
|
||||||
|
|
||||||
on: [push, pull_request]
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- develop
|
||||||
|
- release-**
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- develop
|
||||||
|
- release-**
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
|
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
|
||||||
|
|
Loading…
Reference in New Issue