Skip to content

Commit

Permalink
ci: Change paths that trigger workflows (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
obalunenko committed Aug 9, 2023
1 parent 490b9a7 commit b16d1a7
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,33 +7,34 @@ on:
- 'master'
paths:
- 'scripts/**'
- 'tools/**'
- '**/*.go'
- '**/*.gohtml'
- '**/*.gotmpl'
- '**/*.proto'
- 'go.mod'
- 'go.sum'
- 'Makefile'
- '!**.*md'
- '.github/workflows/**'
- '!.github/workflows/readme-stars.yml'
- 'deployments/docker-compose/go-tools-docker-compose.yml'
- 'build/docker/go-tools/**'
pull_request:
types: [ opened, synchronize, reopened ]
branches:
- '*'
paths:
- 'scripts/**'
- 'tools/**'
- '**/*.go'
- '**/*.gohtml'
- '**/*.gotmpl'
- '**/*.proto'
- 'go.mod'
- 'go.sum'
- 'Makefile'
- '!**.*md'
- '.github/workflows/**'
- '!.github/workflows/readme-stars.yml'
- 'deployments/docker-compose/go-tools-docker-compose.yml'
- 'build/docker/go-tools/**'

jobs:
build:
Expand Down

0 comments on commit b16d1a7

Please sign in to comment.