Skip to content

Commit

Permalink
Merge pull request #6 from bentran1vn/Config/ChangeWorkFlows
Browse files Browse the repository at this point in the history
Update my-jobs.yml
  • Loading branch information
bentran1vn authored Sep 29, 2024
2 parents 4fed284 + 6b63873 commit 7044e37
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/my-jobs.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: CI/CD Pipeline

on:
push:
branches:
- '*' # Matches every branch
- '!main' # Excludes main branch
# push:
# branches:
# - '*' # Matches every branch
# - '!main' # Excludes main branch
pull_request:
types:
- closed
Expand Down

0 comments on commit 7044e37

Please sign in to comment.