Skip to content

Commit

Permalink
update test ci trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
ReiHashimoto committed Oct 2, 2023
1 parent 09ef1cf commit 5c52556
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
name: CI
name: Tests

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
branches:
- main
- develop-main
paths-ignore:
- 'docs/**'

workflow_dispatch:

Expand All @@ -17,7 +19,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Run a one-line script
- name: Run test_run command
shell: bash
run: |
make test_run

0 comments on commit 5c52556

Please sign in to comment.