Skip to content

Commit

Permalink
Workflow: Only update on push to main
Browse files Browse the repository at this point in the history
  • Loading branch information
lordiii committed Mar 5, 2024
1 parent 71fd99d commit 7f48eeb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
on: push
on:
push:
branches:
- main
name: Build and Deploy
jobs:
build_and_deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 7f48eeb

Please sign in to comment.