Skip to content

Commit

Permalink
ci: adding trigger on push to main
Browse files Browse the repository at this point in the history
  • Loading branch information
arunavabasucom committed Feb 25, 2024
1 parent 27b8df8 commit 2be0bf5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/backend_cd.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
name: 🏓 backend-cd

on:
push:
branches:
- main

# on:
# push:
# branches:
# - main
# pull_request:
# branches:
# - main

on:
push:
branches:
- main
pull_request:
branches:
- main



defaults:
run:
working-directory: ./backend
Expand Down

0 comments on commit 2be0bf5

Please sign in to comment.