We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a194861 commit 2b4c628Copy full SHA for 2b4c628
.github/workflows/c-cpp.yml
@@ -3,8 +3,8 @@ name: C/C++ CI
3
on:
4
push:
5
branches: [ master ]
6
- pull_request:
7
- branches: [ master ]
+ #pull_request:
+ # branches: [ master ]
8
9
jobs:
10
debug_builds:
.github/workflows/testsuite_allprocesses.yml
@@ -15,8 +15,8 @@ on:
15
workflow_dispatch:
16
17
# Trigger the all-processes workflow for pull requests to master
18
19
20
21
# Trigger the all-processes workflow when new changes to the workflow are pushed
22
# (NB: this is now disabled to avoid triggering two jobs when pushing to a branch for which a PR is opened)
0 commit comments