Skip to content

Commit

Permalink
Update CI to test things
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Gamache committed Jun 4, 2024
1 parent 81779d1 commit 6d784ce
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,11 @@ name: CI

# Pnpm setup based on https://github.com/pnpm/action-setup#use-cache-to-reduce-installation-time

# on:
# push:
# branches: [ "main" ]
# pull_request:
# branches: [ "main" ]

on:
push:
branches: [ "main" ]
pull_request:
branches: [main]
paths-ignore: ["*.md"]
branches: [ "main" ]

env:
CI: true
Expand Down
12 changes: 9 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
name: Publish

# on:
# push:
# branches: ["main"]
# tags: ["*.*.*"]
# paths-ignore: ["*.md"]

on:
push:
branches: ["main"]
tags: ["*.*.*"]
pull_request:
branches: [main]
paths-ignore: ["*.md"]

env:
CI: true

Expand Down

0 comments on commit 6d784ce

Please sign in to comment.