Skip to content

Commit

Permalink
chore: ci on main
Browse files Browse the repository at this point in the history
  • Loading branch information
kt3k committed Jun 5, 2023
1 parent 5312062 commit 9b16671
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
@@ -1,5 +1,7 @@
name: ci
on: [push, pull_request]
on:
push: { branches: main }
pull_request: { branches: main }
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 9b16671

Please sign in to comment.