Skip to content

Commit

Permalink
fix: updating Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacAndra committed Sep 12, 2024
1 parent 5f268da commit 1d46603
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: CI App PipeLine
on:
push:
branches: [ "prod" ]
pull_request:
branches: [ "prod" ]

jobs:
app:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
name: CI Tests PipeLine

on:
pull_request:
push:
branches: [ "dev" ]

jobs:
Expand Down

0 comments on commit 1d46603

Please sign in to comment.