Skip to content

Commit

Permalink
Ignore docs
Browse files Browse the repository at this point in the history
  • Loading branch information
superrnovae committed Aug 2, 2022
1 parent 1f2911e commit 8aa6a19
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ on:
push:
paths-ignore:
- 'README.md'
- 'docs/'
- 'docs/**'
branches:
- "main"
pull_request:
paths-ignore:
- 'README.md'
- 'docs/'
- 'docs/**'
branches:
- "main"

Expand Down Expand Up @@ -38,4 +38,4 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: Permasigner
path: dist/*
path: dist/*
3 changes: 2 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
paths-ignore:
- 'README.md'
- 'docs/**'
branches:
- "main"

Expand All @@ -20,4 +21,4 @@ jobs:

- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Lint script with autopep8
commit_message: Lint script with autopep8
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ on:
push:
paths-ignore:
- 'README.md'
- 'docs/*'
- 'docs/**'
branches:
- "main"
pull_request:
paths-ignore:
- 'README.md'
- 'docs/*'
- 'docs/**'
branches:
- "main"

Expand Down Expand Up @@ -131,4 +131,4 @@ jobs:
run: |
sudo mkdir -p ~/__cache
sudo rsync -aP /opt/procursus ~/__cache
sudo rm -rf ~/__cache/procursus/var/cache/apt/archives/partial ~/__cache/procursus/var/lib/apt/lists/partial ~/__cache/procursus/Library/dpkg/triggers/Lock
sudo rm -rf ~/__cache/procursus/var/cache/apt/archives/partial ~/__cache/procursus/var/lib/apt/lists/partial ~/__cache/procursus/Library/dpkg/triggers/Lock

0 comments on commit 8aa6a19

Please sign in to comment.