Skip to content

Commit

Permalink
ci: Fixed CI runs
Browse files Browse the repository at this point in the history
  • Loading branch information
ful1e5 committed Sep 10, 2023
1 parent c05b0d0 commit f7d4ec2
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
name: ci

on:
release:
types: [released]
push:
paths-ignore:
- README.md
- LICENSE

pull_request:
paths-ignore:
- README.md
- LICENSE
branches:
- main

jobs:
build:
Expand Down

0 comments on commit f7d4ec2

Please sign in to comment.