Skip to content

Commit

Permalink
CI (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
hujw77 authored Oct 25, 2023
1 parent 324aad0 commit d194e17
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/test.yml → .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
name: test
name: CI

on: workflow_dispatch
on:
pull_request:
branches:
- main
paths-ignore:
- '**.md'
push:
branches:
- main
paths-ignore:
- '**.md'

env:
FOUNDRY_PROFILE: ci
Expand Down

0 comments on commit d194e17

Please sign in to comment.