Skip to content

Commit

Permalink
Merge pull request #363 from Enmk/start_ci_cd_on_3.0
Browse files Browse the repository at this point in the history
Start CI/CD on 3.0
  • Loading branch information
Enmk authored Feb 24, 2024
2 parents db36d10 + b947899 commit 1d12a3b
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ on:
schedule:
- cron: '0 0 * * 1'
push:
branches: [ master ]
branches: [ master, '[1-9].*' ]
pull_request:
branches: [ master ]
branches: [ master, '[1-9].*' ]

release:
types:
Expand Down
13 changes: 11 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,18 @@ on:
schedule:
- cron: '0 0 * * 1'
push:
branches: [ master ]
branches:
- master
- '[1-9].*'
pull_request:
branches: [ master ]
types:
- synchronize
- reopened
- opened
branches:
- master
- '[1-9].*'

release:
types:
- published
Expand Down
12 changes: 10 additions & 2 deletions .github/workflows/windows_mingw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,17 @@ on:
schedule:
- cron: '0 0 * * 1'
push:
branches: [ master ]
branches:
- master
- '[1-9].*'
pull_request:
branches: [ master ]
types:
- synchronize
- reopened
- opened
branches:
- master
- '[1-9].*'

release:
types:
Expand Down
12 changes: 10 additions & 2 deletions .github/workflows/windows_msvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,17 @@ on:
schedule:
- cron: '0 0 * * 1'
push:
branches: [ master ]
branches:
- master
- '[1-9].*'
pull_request:
branches: [ master ]
types:
- synchronize
- reopened
- opened
branches:
- master
- '[1-9].*'

release:
types:
Expand Down

0 comments on commit 1d12a3b

Please sign in to comment.