Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
# developer pushes a commit without opening a PR
# this will still create a package for testing!
push:
tags-ignore:
- '**'
pull_request:
branches:
- development
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/msrv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: MSRV build

on:
push:
tags-ignore:
- '**'
# will checkout the default branch `development`
schedule:
# run every Friday at 17:00
Expand Down
Loading