Skip to content

Commit

Permalink
Update github workflow (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aiee authored Jul 19, 2022
1 parent fa4b9b9 commit 8e37666
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: pull_request

on: [pull_request]
on:
push:
branches: [ master, 'release-**']
pull_request:
branches: [ master, 'release-**']
schedule:
- cron: "0 6 * * *"

jobs:
test:
Expand Down

0 comments on commit 8e37666

Please sign in to comment.