Skip to content

Release - bumps version for release of 1.30.0 #4073

Release - bumps version for release of 1.30.0

Release - bumps version for release of 1.30.0 #4073

name: .NET # name must match the original workflow
on:
workflow_dispatch:
push:
branches: [main]
paths: [
"abstractions/**",
"authentication/**",
"serialization/**",
"http/**",
"**.md",
".vscode/**",
"**.svg",
] # must be the exact opposite of the original workflow
pull_request:
paths:
[
"abstractions/**",
"authentication/**",
"serialization/**",
"http/**",
"**.md",
".vscode/**",
"**.svg",
]
merge_group:
# https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks#handling-skipped-but-required-checks
jobs:
build:
runs-on: ubuntu-latest
steps:
- run: 'echo "No build required"'