Skip to content

Commit

Permalink
Do not build on release engineering tags and branches
Browse files Browse the repository at this point in the history
  • Loading branch information
foretspaisibles committed Sep 16, 2023
1 parent 6dc901b commit 13b5bae
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
name: 'Continuous Integration'
on:
- workflow_dispatch
- push
workflow_dispatch:
push:
branches-ignore:
- v1
tags-ignore:
- v1.*

jobs:
exercise-on-tier-1-platforms:
Expand Down

0 comments on commit 13b5bae

Please sign in to comment.