Skip to content

Commit

Permalink
feat(ci): run on main
Browse files Browse the repository at this point in the history
  • Loading branch information
ProbablePrime authored Dec 23, 2023
1 parent a9a3361 commit 7955aa8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ on:
paths-ignore:
- '**/*.md'
branches:
- feat/ci
- main
pull_request:
branches:
- feat/ci
- main
paths-ignore:
- '**/*.md'

Expand Down Expand Up @@ -74,4 +74,4 @@ jobs:
- uses: actions/upload-artifact@v4
with:
path: Wrapper/FreeImage.NET/cs/Library/nupkgs
name: nuget-dist
name: nuget-dist

0 comments on commit 7955aa8

Please sign in to comment.