disable storybook and static build for PRs

This commit is contained in:
Jacob Overgaard
2023-01-31 10:12:05 +01:00
parent e0ba1464df
commit 74ed37f2e8
2 changed files with 8 additions and 10 deletions

View File

@@ -4,10 +4,10 @@ on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened, closed]
branches:
- main
# pull_request:
# types: [opened, synchronize, reopened, closed]
# branches:
# - main
jobs:
build_and_deploy_job:

View File

@@ -4,12 +4,10 @@ on:
push:
branches:
- main
paths-ignore:
- '**/*.md'
pull_request:
types: [opened, synchronize, reopened, closed]
branches:
- main
# pull_request:
# types: [opened, synchronize, reopened, closed]
# branches:
# - main
jobs:
build_and_deploy_job: