1
0
Fork 0
mirror of https://github.com/external-secrets/external-secrets.git synced 2024-12-14 11:57:59 +00:00

rename workflows

This commit is contained in:
Lucas Severo Alves 2020-12-10 16:16:21 +01:00
parent 4661538d3c
commit de2f9edaa0
2 changed files with 6 additions and 4 deletions

View file

@ -1,4 +1,4 @@
name: CI
name: all-ci
on:
push:
@ -7,6 +7,8 @@ on:
- '*/*' # matches every branch containing a single '/'
- '**' # matches every branch
- '!main' # excludes main
pull_request:
branches: [ '!main' ]
env:
KUBEBUILDER_VERSION: 2.3.1

View file

@ -1,12 +1,12 @@
name: CI
name: main-ci
on:
push:
branches: [ master ]
branches: [ main ]
tags:
- '*'
pull_request:
branches: [ master ]
branches: [ main ]
env:
KUBEBUILDER_VERSION: 2.3.1