Skip to content

Commit

Permalink
docs: fix example workflow running twice for PR commit pushes (#498)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stratus3D committed Dec 9, 2022
1 parent 33040b4 commit d7b7b88
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,15 @@ name: Main workflow

on:
pull_request:
types:
- opened
- synchronize
- reopened
paths-ignore:
- "**.md"
push:
branches:
- main
paths-ignore:
- "**.md"
schedule:
Expand Down

0 comments on commit d7b7b88

Please sign in to comment.