Skip to content

Commit

Permalink
Update CI/CD workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
martinwoodward committed Apr 15, 2024
1 parent ef2bb0b commit 7b5221d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/cicd-pages.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Deploy to Pages

# Update the issue number below to correspond to the currently active draw
env:
ISSUE_ID: 64

on:
# Runs on pushes targeting the default branch
push:
Expand All @@ -22,9 +26,6 @@ concurrency:
group: "pages"
cancel-in-progress: true

env:
ISSUE_ID: 61

jobs:
# Build job
build:
Expand Down

0 comments on commit 7b5221d

Please sign in to comment.