GRN2-XX: ignore v1 and v2 branches for docker image builds

This commit is contained in:
jfederico 2021-10-04 14:46:58 -04:00
parent 6e42564cc6
commit a11b8d25c7
No known key found for this signature in database
GPG Key ID: B0B87220D349139A
1 changed files with 3 additions and 1 deletions

View File

@ -4,7 +4,9 @@ env:
name: CI Build Push
on:
push:
branches: "*"
branches-ignore:
- v1
- v2
jobs:
main: