From 2f5102a246bb7d412ee7e829dd58e2e5928dfd44 Mon Sep 17 00:00:00 2001 From: anggape Date: Sat, 22 Jul 2023 15:14:33 +0700 Subject: [PATCH] temporarily enable workflow for all branches --- .github/workflows/build.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ef252a4..1fce369 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,13 +1,13 @@ name: Build on: push: - branches: master - pull_request: - branches: '*' - paths-ignore: - - 'README.md' - - '.github/ISSUE_TEMPLATE/**' - workflow_dispatch: + # branches: master + # pull_request: + # branches: '*' + # paths-ignore: + # - 'README.md' + # - '.github/ISSUE_TEMPLATE/**' + # workflow_dispatch: jobs: prepare: runs-on: ubuntu-latest