disabling GitHub Actions on pull_request (for this PR)

parent ea1cdf82
...@@ -2,7 +2,7 @@ name: CI ...@@ -2,7 +2,7 @@ name: CI
on: on:
workflow_dispatch: workflow_dispatch:
pull_request: # pull_request:
push: push:
branches: branches:
- master - master
......
...@@ -2,7 +2,7 @@ name: Config ...@@ -2,7 +2,7 @@ name: Config
on: on:
workflow_dispatch: workflow_dispatch:
pull_request: # pull_request:
push: push:
branches: branches:
- master - master
......
...@@ -5,7 +5,7 @@ name: Format ...@@ -5,7 +5,7 @@ name: Format
on: on:
workflow_dispatch: workflow_dispatch:
pull_request: # pull_request:
push: push:
branches: branches:
- master - master
......
...@@ -2,7 +2,7 @@ name: Pip ...@@ -2,7 +2,7 @@ name: Pip
on: on:
workflow_dispatch: workflow_dispatch:
pull_request: # pull_request:
push: push:
branches: branches:
- master - 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