Skip to content

Commit

Permalink
Do not trigger the CI workflow automatically. One can still run it ma…
Browse files Browse the repository at this point in the history
…nually if needed. (microsoft#149246)
lszomoru authored May 11, 2022
1 parent 2a9f19d commit ad36ad0
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
name: CI

on:
push:
branches:
- main
- release/*
pull_request:
branches:
- main
- release/*
on: workflow_dispatch

# on:
# push:
# branches:
# - main
# - release/*
# pull_request:
# branches:
# - main
# - release/*

jobs:
windows:

0 comments on commit ad36ad0

Please sign in to comment.