File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1
1
name : C/C++ CI
2
2
3
3
on :
4
- push :
5
- branches : [ master ]
6
- pull_request :
7
- branches : [ master ]
4
+ # push:
5
+ # branches: [ master ]
6
+ # pull_request:
7
+ # branches: [ master ]
8
8
9
9
jobs :
10
10
debug_builds :
Original file line number Diff line number Diff line change @@ -9,12 +9,12 @@ name: running acceptance test
9
9
10
10
on :
11
11
# Triggers the workflow on push request events but exclude commits on some paths and tags
12
- push :
13
- paths-ignore :
14
- - ' docs/**'
15
- # - '.github/**'
16
- tags-ignore :
17
- - ' *'
12
+ # push:
13
+ # paths-ignore:
14
+ # - 'docs/**'
15
+ # #- '.github/**'
16
+ # tags-ignore:
17
+ # - '*'
18
18
19
19
# Allows you to run this workflow manually from the Actions tab
20
20
workflow_dispatch :
Original file line number Diff line number Diff line change 15
15
workflow_dispatch :
16
16
17
17
# Trigger the all-processes workflow for pull requests to master
18
- pull_request :
19
- branches : [ master ]
18
+ # pull_request:
19
+ # branches: [ master ]
20
20
21
21
# Trigger the all-processes workflow when new changes to the workflow are pushed
22
22
# (NB: this is now disabled to avoid triggering two jobs when pushing to a branch for which a PR is opened)
You can’t perform that action at this time.
0 commit comments