Skip to content

Commit

Permalink
update branches
Browse files Browse the repository at this point in the history
  • Loading branch information
gouguoyin committed Apr 14, 2022
1 parent b280164 commit fe8d8af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ name: "analysis"

on:
push:
branches: [ v1 ]
branches: [ master, v1, v2 ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ v1 ]
branches: [ master, v1, v2 ]
schedule:
- cron: '18 19 * * 6'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: test

on:
push:
branches: [ v1 ]
branches: [ master, v1, v2 ]
pull_request:
branches: [ v1 ]
branches: [ master, v1, v2 ]

jobs:

Expand Down

0 comments on commit fe8d8af

Please sign in to comment.