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 f8b8fe5 commit 912a4d6Copy full SHA for 912a4d6
.github/workflows/c-cpp.yml
@@ -1,10 +1,10 @@
1
name: C/C++ CI
2
3
on:
4
- push:
5
- branches: [ master ]
6
- pull_request:
7
+ #push:
+ # branches: [ master ]
+ #pull_request:
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