Skip to content

Commit

Permalink
Update CI workflow to include branch restrictions
Browse files Browse the repository at this point in the history
Signed-off-by: Tsuyoshi Hombashi <tsuyoshi.hombashi@gmail.com>
  • Loading branch information
thombashi committed Apr 27, 2024
1 parent c4c3735 commit 43c8ff3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@ name: CI

on:
push:
branches:
- master
paths-ignore:
- ".gitignore"
- "README.rst"
pull_request:
branches-ignore:
- master
paths-ignore:
- ".gitignore"
- "README.rst"
Expand Down

0 comments on commit 43c8ff3

Please sign in to comment.