diff --git a/.github/workflows/builder_0_1.yml b/.github/workflows/builder_0_1.yml index a79044c..81c6cb9 100644 --- a/.github/workflows/builder_0_1.yml +++ b/.github/workflows/builder_0_1.yml @@ -166,18 +166,18 @@ jobs: chmod +x patches/curl_stfp_patcher dos2unix utils/SF_deployer chmod +x utils/SF_deployer - if: success() && github.event_name == 'push' + if: success() && github.event_name == 'release' && github.event.action == 'published' - name: install run: | sudo apt-get -y install -qq gcc g++ gperf flex git texinfo pigz gawk gfortran texinfo bison libncurses-dev ccache autoconf automake build-essential libssh2-1-dev openssl libcurl4 unzip wget figlet libgmp-dev libmpfr-dev sudo /usr/sbin/update-ccache-symlinks echo 'export PATH="/usr/lib/ccache:$PATH"' | tee -a ~/.bashrc source ~/.bashrc && echo $PATH - if: success() && github.event_name == 'push' + if: success() && github.event_name == 'release' && github.event.action == 'published' - name: script run: bash build-scripts/CI/CINTB_32b -g $GCC_VERSION -r $RPI_TYPE -o $RPIOS_TYPE shell: bash - if: success() && github.event_name == 'push' + if: success() && github.event_name == 'release' && github.event.action == 'published' - name: before_script run: bash patches/curl_stfp_patcher shell: bash diff --git a/.github/workflows/builder_2_3.yml b/.github/workflows/builder_2_3.yml index 4d28194..19e3c1d 100644 --- a/.github/workflows/builder_2_3.yml +++ b/.github/workflows/builder_2_3.yml @@ -166,18 +166,18 @@ jobs: chmod +x patches/curl_stfp_patcher dos2unix utils/SF_deployer chmod +x utils/SF_deployer - if: success() && github.event_name == 'push' + if: success() && github.event_name == 'release' && github.event.action == 'published' - name: install run: | sudo apt-get -y install -qq gcc g++ gperf flex git texinfo pigz gawk gfortran texinfo bison libncurses-dev ccache autoconf automake build-essential libssh2-1-dev openssl libcurl4 unzip wget figlet libgmp-dev libmpfr-dev sudo /usr/sbin/update-ccache-symlinks echo 'export PATH="/usr/lib/ccache:$PATH"' | tee -a ~/.bashrc source ~/.bashrc && echo $PATH - if: success() && github.event_name == 'push' + if: success() && github.event_name == 'release' && github.event.action == 'published' - name: script run: bash build-scripts/CI/CINTB_32b -g $GCC_VERSION -r $RPI_TYPE -o $RPIOS_TYPE shell: bash - if: success() && github.event_name == 'push' + if: success() && github.event_name == 'release' && github.event.action == 'published' - name: before_script run: bash patches/curl_stfp_patcher shell: bash diff --git a/.github/workflows/builder_3_plus.yml b/.github/workflows/builder_3_plus.yml index 04120b0..0d63888 100644 --- a/.github/workflows/builder_3_plus.yml +++ b/.github/workflows/builder_3_plus.yml @@ -166,18 +166,18 @@ jobs: chmod +x patches/curl_stfp_patcher dos2unix utils/SF_deployer chmod +x utils/SF_deployer - if: success() && github.event_name == 'push' + if: success() && github.event_name == 'release' && github.event.action == 'published' - name: install run: | sudo apt-get -y install -qq gcc g++ gperf flex texinfo git pigz gawk gfortran texinfo bison libncurses-dev ccache autoconf automake build-essential libssh2-1-dev openssl libcurl4 unzip wget figlet libgmp-dev libmpfr-dev sudo /usr/sbin/update-ccache-symlinks echo 'export PATH="/usr/lib/ccache:$PATH"' | tee -a ~/.bashrc source ~/.bashrc && echo $PATH - if: success() && github.event_name == 'push' + if: success() && github.event_name == 'release' && github.event.action == 'published' - name: script run: bash build-scripts/CI/CINTB_32b -g $GCC_VERSION -r $RPI_TYPE -o $RPIOS_TYPE shell: bash - if: success() && github.event_name == 'push' + if: success() && github.event_name == 'release' && github.event.action == 'published' - name: before_script run: bash patches/curl_stfp_patcher shell: bash diff --git a/.github/workflows/builder_64.yml b/.github/workflows/builder_64.yml index 5487995..01f271d 100644 --- a/.github/workflows/builder_64.yml +++ b/.github/workflows/builder_64.yml @@ -166,18 +166,18 @@ jobs: chmod +x patches/curl_stfp_patcher dos2unix utils/SF_deployer chmod +x utils/SF_deployer - if: success() && github.event_name == 'push' + if: success() && github.event_name == 'release' && github.event.action == 'published' - name: install run: | sudo apt-get -y install -qq gcc g++ gperf flex texinfo pigz gawk git gfortran texinfo bison libncurses-dev ccache autoconf automake build-essential libssh2-1-dev openssl libcurl4 unzip wget figlet libgmp-dev libmpfr-dev sudo /usr/sbin/update-ccache-symlinks echo 'export PATH="/usr/lib/ccache:$PATH"' | tee -a ~/.bashrc source ~/.bashrc && echo $PATH - if: success() && github.event_name == 'push' + if: success() && github.event_name == 'release' && github.event.action == 'published' - name: script run: bash build-scripts/CI/CINTB_64b -g $GCC_VERSION -o $RPIOS_TYPE shell: bash - if: success() && github.event_name == 'push' + if: success() && github.event_name == 'release' && github.event.action == 'published' - name: before_script run: bash patches/curl_stfp_patcher shell: bash