Skip to content

Commit

Permalink
🐛 fix: pull_requestイベントではbranches-ignoreが使用できないため修正
Browse files Browse the repository at this point in the history
  • Loading branch information
tyokinuhata committed Jul 14, 2023
1 parent 41f5973 commit 689ec76
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/notify-ghpages-url.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,14 @@ on:
pull_request:
types:
- opened
branches-ignore:
- dependabot/**
- gh-pages

jobs:
notify-ghpages-url:
runs-on:
- ubuntu-latest

if: ${{ !startsWith(github.head_ref, "dependabot/") }}

steps:
- name: Generate directory name
id: dir_name
Expand Down

0 comments on commit 689ec76

Please sign in to comment.