Skip to content

Commit

Permalink
build-workflow を一時的に無効にする
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed Sep 3, 2024
1 parent 6feafbc commit b703b77
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
name: build-workflow

on:
push:
paths-ignore:
- "doc/**"
- "html/**"
- "**.md"
- "THANKS"
- "LICENSE"
- "NOTICE"
workflow_dispatch:
# push:
# paths-ignore:
# - "doc/**"
# - "html/**"
# - "**.md"
# - "THANKS"
# - "LICENSE"
# - "NOTICE"

jobs:
build-windows:
Expand Down

0 comments on commit b703b77

Please sign in to comment.