Skip to content

Commit

Permalink
[ DEP ]: Modify deployment to include only main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
a1eksb committed Jul 12, 2024
1 parent 2f8b522 commit aaa32df
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@ name: Documentation deployment workflow

on:
push:
branches:
- main
paths:
- docs/**/*
pull_request:
branches:
- main
paths:
- docs/**/*

Expand Down

0 comments on commit aaa32df

Please sign in to comment.