Skip to content

Commit

Permalink
ci: update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ninoseki committed Nov 12, 2024
1 parent 574a5f9 commit fe2f239
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Publish docs

on:
workflow_dispatch:
release:
types: ["created"]

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
- "frontend/**"
- ".github/workflows/node.yml"
pull_request:
branches: [master]
paths:
- "frontend/**"
- ".github/workflows/node.yml"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ on:
- "Rakefile"
- "specs/**"
pull_request:
branches: [master]
paths:
- ".github/workflows/ruby.yml"
- "Gemfile"
Expand Down

0 comments on commit fe2f239

Please sign in to comment.