Skip to content

Commit

Permalink
Trigger AWS Graviton 3 CI job only for develop and release branches
Browse files Browse the repository at this point in the history
  • Loading branch information
rgommers committed Nov 10, 2023
1 parent 2418a20 commit 8613632
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/arm64_graviton.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
name: arm64 graviton cirun

on: [push, pull_request]
on:
push:
branches:
- develop
- release-**
pull_request:
branches:
- develop
- release-**

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Expand Down

0 comments on commit 8613632

Please sign in to comment.