Skip to content

Commit

Permalink
TMP allow ci to run
Browse files Browse the repository at this point in the history
  • Loading branch information
eine committed Jun 11, 2021
1 parent 93f01ff commit d985b97
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ on:
schedule:
- cron: '0 10 * * *' # everyday at 10am
push:
branches:
- 'master'
- 'releases/v*'
#branches:
# - 'master'
# - 'releases/v*'
pull_request:

jobs:
stop-docker:
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ name: test

on:
push:
branches:
- 'master'
- 'releases/v*'
#branches:
# - 'master'
# - 'releases/v*'
pull_request:
branches:
- 'master'
- 'releases/v*'
#branches:
# - 'master'
# - 'releases/v*'

jobs:
test:
Expand Down

0 comments on commit d985b97

Please sign in to comment.