Skip to content

Commit

Permalink
Merge pull request #184 from Gentleelephant/feat-ci
Browse files Browse the repository at this point in the history
Optimize CI
  • Loading branch information
benjaminhuo authored Dec 13, 2022
2 parents 25d3f47 + 2538f3f commit 6b781ae
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ on:
branches:
- 'master'
- 'release-*'
paths-ignore:
- 'docs/**'
- 'README.md'
- 'RELEASE.md'
- 'LICENSE'
- 'CHANGELOG.md'
env:
OP_IMAGE: kubesphere/notification-manager-operator:latest
NM_IMAGE: kubesphere/notification-manager:latest
Expand Down

0 comments on commit 6b781ae

Please sign in to comment.