Skip to content

Commit

Permalink
chore: check ci only run on master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
meixg committed Mar 30, 2022
1 parent 1d95125 commit bf3ad8c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/check.yml
@@ -1,5 +1,9 @@
name: Check
on: [push, pull_request]
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
check:
name: Check
Expand Down

0 comments on commit bf3ad8c

Please sign in to comment.