Skip to content

Commit

Permalink
chore: update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Aarebecca committed Nov 28, 2024
1 parent 3f02100 commit 09a18d4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: build

on: [push, pull_request]
on:
push:
paths-ignore:
- '**/*.md'

concurrency:
group: ${{github.workflow}}-${{github.event_name}}-${{github.ref}}
Expand Down

0 comments on commit 09a18d4

Please sign in to comment.