Skip to content

Commit

Permalink
Deploy only on push to main.
Browse files Browse the repository at this point in the history
  • Loading branch information
lauravuo committed Mar 25, 2022
1 parent f56aa3d commit 11b7f41
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: deploy
on:
push:
# branches:
# - main
branches:
- main

jobs:
test-deployment:
deploy:
runs-on: ubuntu-latest
name: Export and deploy app
steps:
Expand Down

0 comments on commit 11b7f41

Please sign in to comment.