disabling GitHub Actions on pull_request (for this PR)

parent c96583ee
......@@ -2,7 +2,7 @@ name: CI
on:
workflow_dispatch:
pull_request:
# pull_request:
push:
branches:
- master
......
......@@ -2,7 +2,7 @@ name: Config
on:
workflow_dispatch:
pull_request:
# pull_request:
push:
branches:
- master
......
......@@ -5,7 +5,7 @@ name: Format
on:
workflow_dispatch:
pull_request:
# pull_request:
push:
branches:
- master
......
......@@ -2,7 +2,7 @@ name: Pip
on:
workflow_dispatch:
pull_request:
# pull_request:
push:
branches:
- master
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment