Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ameenalasady authored Oct 17, 2024
1 parent 74e68d6 commit 74fe5d0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
name: Build and Deploy

# Add the event trigger
on:
push:
branches:
- main # Trigger the workflow only when pushing to the main branch

jobs:
build:
name: Build
Expand Down

0 comments on commit 74fe5d0

Please sign in to comment.