Skip to content

Commit

Permalink
Update static.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lilkidsuave authored Jun 1, 2024
1 parent 8784bf0 commit 522f7bc
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
name: Deploy static content to Pages

on:
# Runs on pushes targeting the default branch
# Runs on pushes targeting the dev branch.
push:
branches: ["master"]
branches: ["dev"]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand All @@ -17,9 +17,6 @@ permissions:

# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
concurrency:
group: "pages"
cancel-in-progress: false

jobs:
# Single deploy job since we're just deploying
Expand Down

0 comments on commit 522f7bc

Please sign in to comment.