Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pipeline changes merge #18

Closed
wants to merge 4 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update pipeline.yml
youngbryanyu authored Jan 16, 2024
commit aa19d2c0a80302d0054637a4080f7b217e0d688c
14 changes: 6 additions & 8 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
@@ -4,16 +4,14 @@ name: CI/CD Pipeline
on:
push:
branches: [ "main" ]
paths-ignore: # ignore workflow for markdown file changes
- 'README.md'
- 'CHANGELOG.md'
- 'CONTRIBUTING.md'
pull_request: # ignore workflow for markdown file changes
paths-ignore:
- '**/*.md' # Ignore all markdown files
- '.github/workflows/pipeline.yml' # Ignore changes in this specific workflow file
pull_request:
branches: [ "main" ]
paths-ignore:
- 'README.md'
- 'CHANGELOG.md'
- 'CONTRIBUTING.md'
- '**/*.md' # Ignore all markdown files
- '.github/workflows/pipeline.yml' # Ignore changes in this specific workflow file
# Schedule pipeline to run monday midnight after sunday ends
schedule:
- cron: 0 0 * * MON