Skip to content
This repository has been archived by the owner on Jan 27, 2025. It is now read-only.

Commit

Permalink
Revert to only deploy when pushing to branch deploy (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
katauber committed Nov 23, 2021
1 parent 4266c9c commit a4e739c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@

name: Build and Deploy

on: push
on:
push:
branches:
- deploy

jobs:
build-and-deploy:
Expand Down

0 comments on commit a4e739c

Please sign in to comment.