Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
djbender committed Apr 3, 2024
1 parent d5f2e42 commit 2d6175e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ on:
# See https://securitylab.github.com/research/github-actions-preventing-pwn-requests/ for more details.
# Using pull_request_target in order to grant dependabot access to run the test action.
pull_request_target:
branches-ignore:
- 'gh-pages'
# branches-ignore:
# - 'gh-pages'
types: [labeled] # for dependabot
push:
branches-ignore:
- 'gh-pages'
# - 'gh-pages'
- 'dependabot/**'
workflow_dispatch:
branches-ignore:
- 'gh-pages'
# branches-ignore:
# - 'gh-pages'
inputs:
deploy:
description: 'Deploy: [true, false]'
Expand Down

0 comments on commit 2d6175e

Please sign in to comment.