Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasvargiu committed Jul 27, 2023
1 parent 077e579 commit 1b85885
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: "Continuous Integration"

on:
workflow_dispatch: true
workflow_dispatch:
pull_request:
push:
branches:
- '[0-9]+.[0-9]+.x'
- 'master'
push:
branches:
- '[0-9]+.[0-9]+.x'
- 'master'
schedule:
- cron: "42 9 * * 1"

Expand Down

0 comments on commit 1b85885

Please sign in to comment.