Skip to content

Commit

Permalink
Update Chart & GH Actions to reflect renaming branch master to main
Browse files Browse the repository at this point in the history
  • Loading branch information
shuguet committed Apr 10, 2022
1 parent 52ec4c5 commit f2fbf9c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ name: "CodeQL"

on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ master ]
branches: [ main ]
schedule:
- cron: '0 2 * * 5'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Docker Image CI

on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]
schedule:
- cron: "0 2 * * 1-5"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release Charts
on:
push:
branches:
- master
- main

jobs:
release:
Expand Down
4 changes: 2 additions & 2 deletions charts/pacman/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
version: 0.1.5
appVersion: "0.1.5"
version: 0.1.6
appVersion: "0.1.6"
name: pacman
description: Pac-Man Demo App for Kubernetes
home: https://github.com/shuguet/pacman
Expand Down

0 comments on commit f2fbf9c

Please sign in to comment.