Skip to content

Commit

Permalink
make CI work in the main branch (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
sanposhiho authored Oct 12, 2023
1 parent c6907c2 commit c2411ff
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/manifests-up-to-date.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: manifests-up-to-date

on:
push:
branches:
- main
pull_request:
types: [opened, synchronize]
paths-ignore:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: test

on:
push:
branches:
- main
pull_request:
types: [opened, synchronize]
paths-ignore:
Expand Down

0 comments on commit c2411ff

Please sign in to comment.