Skip to content

Commit

Permalink
ci: merge workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Nov 21, 2023
1 parent a77c4bb commit 72e8c9e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/merge.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
name: Merge

on:
push: [main]
push:
branches: [main]
paths-ignore:
- '*.md'
- '.graphics/**'
- '.github/**'
- '!.github/workflows/merge.yml'

jobs:
semver:
Expand Down

0 comments on commit 72e8c9e

Please sign in to comment.