Skip to content

Commit

Permalink
fewer workflow triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
mathematicalmichael committed Apr 24, 2022
1 parent 2e7d5c1 commit cfcbb15
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@ on:
push:
branches: [ main ]
paths-ignore:
- '*.md'
- '.github/workflows/main.yml'
- '.github/workflows/release.yml'

pull_request:
branches: [ main ]
paths-ignore:
- '*.md'
- '.github/workflows/main.yml'
- '.github/workflows/release.yml'

Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,16 @@ on:
push:
branches: [ main ]
paths-ignore:
- '*.md'
- '.github/workflows/release.yml'
- '.github/workflows/docker.yml'
pull_request:
branches:
- '*'
paths-ignore:
- '*.md'
- '.github/workflows/release.yml'
- '.github/workflows/docker.yml'
schedule:
- cron: "0 0 1 * *"

Expand Down

0 comments on commit cfcbb15

Please sign in to comment.