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:
parent
4661538d3c
commit
de2f9edaa0
2 changed files with 6 additions and 4 deletions
4
.github/workflows/all.yml
vendored
4
.github/workflows/all.yml
vendored
|
@ -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
|
||||
|
|
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue