Skip to content

Commit

Permalink
feat: ワークフローを起動する条件を変更する
Browse files Browse the repository at this point in the history
  • Loading branch information
xztaityozx committed Dec 2, 2023
1 parent bcec652 commit 1d8e83b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ on:
tags:
- 'v*'
pull_request:
types: [opened, synchronize, reopened]
paths:
- '**.go'
- '.github/workflows/**'
- '.github/workflows/go.yaml'
- 'test/e2e/**'

jobs:
linter:
Expand Down

0 comments on commit 1d8e83b

Please sign in to comment.