Skip to content

Commit

Permalink
chore(workflow): use branches-ignore instead
Browse files Browse the repository at this point in the history
  • Loading branch information
PaleBluDot committed Feb 19, 2024
1 parent 47fe83b commit f6e2dfd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dry-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: Dry Release

on:
push:
branches:
- dev
branches-ignore:
- main
pull_request:
branches:
- dev
branches-ignore:
- main

jobs:
Dry-Release:
Expand Down

0 comments on commit f6e2dfd

Please sign in to comment.