Skip to content

Commit

Permalink
Update ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sgobotta committed Oct 3, 2023
1 parent 80e7353 commit a09f4f7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@ name: CI

on:
# This action is triggered on any branch that opens a pull request.
push:
branches:
- "*"
# This action is not triggered when markdown files are modified.
paths-ignore:
- '**.md'
# This action is triggered on any branch that opens a pull request.
pull_request:
branches:
- "*"
Expand Down

0 comments on commit a09f4f7

Please sign in to comment.