Skip to content

Commit

Permalink
chore: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
chengcyber committed Feb 22, 2024
1 parent 2bdba27 commit 00527bb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
name: CI
on:
push:
branches: ['main']
branches:
- main
pull_request:
branches: ['main']
branches:
- main

permissions:
contents: read # to fetch code (actions/checkout)
Expand Down

0 comments on commit 00527bb

Please sign in to comment.