Skip to content

Commit

Permalink
web: fix deploy paths?
Browse files Browse the repository at this point in the history
  • Loading branch information
thomcleary committed Jun 24, 2024
1 parent d9b7bbf commit c4a9fa4
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/deploy-web.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,15 @@ name: Deploy to GitHub Pages

on:
push:
branches: ["main"]
branches:
- main

paths:
- /web/**
- /projects/06/src/**
- /projects/07-08/src/**
- /projects/10-11/src/**
- .github/workflows/deploy-web.yaml
- web/**
- projects/06/src/**
- projects/07-08/src/**
- projects/10-11/src/**

jobs:
build:
Expand Down

0 comments on commit c4a9fa4

Please sign in to comment.