Skip to content

Commit

Permalink
First version of 'latest' release job using JReleaser
Browse files Browse the repository at this point in the history
- Fixed replacement of version (missing colon)
- Exclude changes on workflows on jobs trigger
  • Loading branch information
Framstag committed Mar 25, 2023
1 parent 9d37f04 commit 0c01b76
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_and test_on_ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
push:
branches:
- master
paths_ignore:
- .github/workflows/**

jobs:
build_cmake:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build_and test_on_msys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
push:
branches:
- master
paths_ignore:
- .github/workflows/**

jobs:
build_gcc_cmake:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build_and test_on_osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
push:
branches:
- master
paths_ignore:
- .github/workflows/**

jobs:
build_meson:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build_and test_on_ubuntu_20_04.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
push:
branches:
- master
paths_ignore:
- .github/workflows/**

jobs:
build_gcc_meson:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build_and test_on_ubuntu_22_04.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
push:
branches:
- master
paths_ignore:
- .github/workflows/**

jobs:
build_clang_meson:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build_and test_on_vs2019.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
push:
branches:
- master
paths_ignore:
- .github/workflows/**

jobs:
build_cmake:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build_on_ubuntu_18_04_qt_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ on:
push:
branches:
- master
paths_ignore:
- .github/workflows/**

jobs:
build:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- master
paths_ignore:
- .github/workflows/**
workflow_dispatch:

env:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/sanitize_on_ubuntu_22_04.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
push:
branches:
- master
paths_ignore:
- .github/workflows/**

jobs:
sanitize_clang:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
push:
branches:
- master
paths_ignore:
- .github/workflows/**
workflow_dispatch:


Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/webpage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- master
paths_ignore:
- .github/workflows/**

jobs:
webpage:
Expand Down

0 comments on commit 0c01b76

Please sign in to comment.