Skip to content

Commit

Permalink
Relax CI triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
fatalbanana committed Mar 18, 2024
1 parent 93d571f commit f1e9858
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
on:
push:
branches:
- main
paths-ignore:
- '**.md'
pull_request:
paths-ignore:
- '**.md'
types:
- edited
- opened
- reopened
workflow_dispatch:

name: CI
Expand Down

0 comments on commit f1e9858

Please sign in to comment.