diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index 800e2e8bb..21af10e10 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -2,35 +2,9 @@ name: C/C++ CI on: push: - paths: - - automake/* - - m4/* - - src/** - - unittests/** - - '**/*.am' - - acinclude.m4 - - configure.ac - - '!**/*.txt' - - '!src/skins/*' - - '!src/utils/amps/**' - - '!src/utils/scripts/**' - - '!src/utils/xas/**' - - '!src/webserver/default/**' + branches: [ "*" ] pull_request: - paths: - - automake/* - - m4/* - - src/** - - unittests/** - - '**/*.am' - - acinclude.m4 - - configure.ac - - '!**/*.txt' - - '!src/skins/*' - - '!src/utils/amps/**' - - '!src/utils/scripts/**' - - '!src/utils/xas/**' - - '!src/webserver/default/**' + branches: [ "*" ] jobs: build: @@ -38,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: install deps run: sudo apt-get update && sudo apt-get upgrade && sudo apt-get install autopoint - name: autogen diff --git a/.github/workflows/i18n.yml b/.github/workflows/i18n.yml index 4886edeae..60f81cb65 100644 --- a/.github/workflows/i18n.yml +++ b/.github/workflows/i18n.yml @@ -2,11 +2,9 @@ name: I18n CI on: push: - paths: - - '**/*.po' + branches: [ "*" ] pull_request: - paths: - - '**/*.po' + branches: [ "*" ] jobs: pofiles: @@ -14,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Installing tools run: sudo apt-get install gettext