Skip to content

Commit

Permalink
chore: make deploys less selective (#1837)
Browse files Browse the repository at this point in the history
  • Loading branch information
acao authored Apr 18, 2021
1 parent ebc8cd3 commit 65aa648
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/deploy-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ on:
types: [opened, synchronize]
paths-ignore:
- '**.md'
- 'examples'
- '!examples/monaco-graphql-webpack/**'

jobs:
graphiql-preview:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ on:
- main
paths-ignore:
- '**.md'
- 'examples'
- '!examples/monaco-graphql-webpack/**'

jobs:
deploy:
Expand Down

0 comments on commit 65aa648

Please sign in to comment.