Skip to content

Commit

Permalink
activates github actions build on push
Browse files Browse the repository at this point in the history
  • Loading branch information
pedro-at-decenomy committed Dec 22, 2023
1 parent 15e677d commit 572fa2a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
build-files-linux-x64:
runs-on: ubuntu-22.04
if: ${{ false }} # Set condition to false to make the workflow inactive
# if: ${{ false }} # Set condition to false to make the workflow inactive

steps:
- name: Checkout Repository
Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:
path: release_files
build-files-linux-arm64:
runs-on: ubuntu-22.04
if: ${{ false }} # Set condition to false to make the workflow inactive
# if: ${{ false }} # Set condition to false to make the workflow inactive

steps:
- name: Checkout Repository
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
path: release_files
build-windows-x64:
runs-on: ubuntu-22.04
if: ${{ false }} # Set condition to false to make the workflow inactive
# if: ${{ false }} # Set condition to false to make the workflow inactive

steps:
- name: Checkout Repository
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
path: release_files
build-macos-x64:
runs-on: ubuntu-22.04
if: ${{ false }} # Set condition to false to make the workflow inactive
# if: ${{ false }} # Set condition to false to make the workflow inactive

steps:
- name: Checkout Repository
Expand Down

0 comments on commit 572fa2a

Please sign in to comment.