Skip to content

Commit

Permalink
Starting CI/CD workflows on 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Enmk committed Feb 24, 2024
1 parent db36d10 commit 08d5f65
Show file tree
Hide file tree
Showing 4 changed files with 9 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
5 changes: 3 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ on:
schedule:
- cron: '0 0 * * 1'
push:
branches: [ master ]
branches: [ master, '[1-9].*' ]
pull_request:
branches: [ master ]
branches: [ master, '[1-9].*' ]

release:
types:
- published
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/windows_mingw.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, '3.*' ]
pull_request:
branches: [ master ]
branches: [ master, '3.*' ]

release:
types:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/windows_msvc.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

0 comments on commit 08d5f65

Please sign in to comment.