Skip to content

Commit

Permalink
fix: branch ignore syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
peschee committed Oct 19, 2023
1 parent 3d6200f commit e83b96e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Deploy Preview
on:
push:
branches-ignore:
- '!main'
- main
pull_request:
branches:
- '!dependabot/**'
branches-ignore:
- 'dependabot/**'

# https://github.com/orgs/community/discussions/26681
concurrency:
Expand Down

0 comments on commit e83b96e

Please sign in to comment.