Skip to content

Commit

Permalink
Workflow, set to not run on publish, going to publish the missing 4.1…
Browse files Browse the repository at this point in the history
….1, but no need o build samples for it.
  • Loading branch information
rydmike committed Dec 6, 2021
1 parent 3ea429d commit 10f6bb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ on:
paths-ignore:
- "**.md"
release:
types: [published]
types: [none]
paths-ignore:
- "**.md"
# types: [published, created, edited, prereleased]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
pull_request:
push:
branches:
- master
- none
paths-ignore:
- "**.md"
jobs:
Expand Down

0 comments on commit 10f6bb6

Please sign in to comment.