Skip to content

Commit

Permalink
only deploy on master
Browse files Browse the repository at this point in the history
  • Loading branch information
linozen committed Nov 3, 2021
1 parent b5086ab commit 8493ca7
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: deploy streamlit app

on: [push]
on:
push:
branches:
- master

env:
IMAGE_NAME: streamlit-ioi-base
Expand Down

0 comments on commit 8493ca7

Please sign in to comment.