Skip to content

Commit

Permalink
only run CD on main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonzenarosa committed Apr 25, 2024
1 parent 7a5edc8 commit e76636e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
name: deploy1
on:
push:
branches:
- main
pull_request:
branches:
-main
jobs:
deploy:
name: deploy
Expand Down

0 comments on commit e76636e

Please sign in to comment.