Skip to content

Commit 9c7f713

Browse files
committed
exclude rebuild aon docs updated
1 parent 49f526f commit 9c7f713

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ name: "CodeQL"
1414
on:
1515
push:
1616
branches: [ "main" ]
17+
paths-ignore:
18+
- 'docs/**'
1719
pull_request:
1820
# The branches below must be a subset of the branches above
1921
branches: [ "main" ]
@@ -48,11 +50,11 @@ jobs:
4850
# If you wish to specify custom queries, you can do so here or in a config file.
4951
# By default, queries listed here will override any specified in a config file.
5052
# Prefix the list here with "+" to use these queries and those in the config file.
51-
53+
5254
# Details on CodeQL's query packs refer to : https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
5355
# queries: security-extended,security-and-quality
5456

55-
57+
5658
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5759
# If this step fails, then you should remove it and run the build manually (see below)
5860
- name: Autobuild
@@ -61,7 +63,7 @@ jobs:
6163
# ℹ️ Command-line programs to run using the OS shell.
6264
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
6365

64-
# If the Autobuild fails above, remove it and uncomment the following three lines.
66+
# If the Autobuild fails above, remove it and uncomment the following three lines.
6567
# modify them (or add more) to build your code if your project, please refer to the EXAMPLE below for guidance.
6668

6769
# - run: |

.github/workflows/docker-release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ on:
1212
branches: [ "main" ]
1313
# Publish semver tags as releases.
1414
tags: [ 'v*.*.*' ]
15+
paths-ignore:
16+
- 'docs/**'
1517
#pull_request:
1618
# branches: [ "main" ]
1719

0 commit comments

Comments
 (0)