Skip to content

Commit

Permalink
Only run on m,erges to master
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Nov 16, 2023
1 parent 4892717 commit 1f76f33
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/deploy_web_demo.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
name: Deploy web demo

on: [push, pull_request]
on:
# We only run this on merges to master
push:
branches: ["master"]

# TODO: run only on master
# on:
# # Runs on pushes targeting the default branch
# push:
# branches: ["master"]

# # Allows you to run this workflow manually from the Actions tab
# workflow_dispatch:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

# Grant GITHUB_TOKEN the permissions required to make a Pages deployment
permissions:
Expand Down

0 comments on commit 1f76f33

Please sign in to comment.