aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/deploy.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/deploy.yml')
-rw-r--r--.github/workflows/deploy.yml10
1 files changed, 8 insertions, 2 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index eaf50c1..36f2cb8 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -1,7 +1,13 @@
name: Deploy CI
-on: [push, pull_request]
-
+on:
+ push:
+ branches:
+ - master
+ pull_request:
+ branches:
+ - master
+
jobs:
build:
runs-on: ubuntu-latest