Skip to content

Commit

Permalink
Run CD step when pushing directy to main
Browse files Browse the repository at this point in the history
  • Loading branch information
Noel Gomez committed Feb 4, 2024
1 parent ea7d801 commit a791be1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/merge_to_main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Perform deployment to production

on: # yamllint disable-line rule:truthy
push:
branches:
- main

pull_request:
types:
- closed
Expand Down

0 comments on commit a791be1

Please sign in to comment.