Skip to content

Commit

Permalink
Testing new pipeline changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sayoungestguy committed Sep 19, 2024
1 parent 7f78dac commit 52fd7b2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: ScaleUp Application CI workflow
on: [push, pull_request]
on:
push:
branches:
- '**' # Trigger on any branch push
jobs:
build:
name: Build Stage
Expand Down Expand Up @@ -136,7 +139,7 @@ jobs:
matrix:
node-version: [20.x]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Change script permission
run: |
chmod +x script/zap-script.sh
Expand Down

0 comments on commit 52fd7b2

Please sign in to comment.