Skip to content
This repository has been archived by the owner on Dec 13, 2024. It is now read-only.

Commit

Permalink
DOCS/README: Only build on change
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnsAnns authored May 6, 2024
1 parent 694352a commit f0d3f0d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build_frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ name: Deploy static content to Pages
on:
# Runs on pushes targeting the default branch
push:
branches: ["main", "frontend"]
paths:
- 'frontend/**'
- 'docs/**'
- '.github/workflows/build_frontend.yml'
branches:
- main

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

0 comments on commit f0d3f0d

Please sign in to comment.