Skip to content

Commit 5db547d

Browse files
authored
Fix pipelines (#329)
1 parent 688bd8d commit 5db547d

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ name: Build
22

33
on:
44
push:
5+
branches:
6+
- main
7+
pull_request:
8+
branches:
9+
- main
510
workflow_call:
611

712
jobs:

.github/workflows/release.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,3 @@ jobs:
3737
with:
3838
files: |
3939
./**/aikido-php-firewall*
40-
41-
- name: Deploy to GitHub Release Latest
42-
uses: softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # v2
43-
with:
44-
name: latest
45-
make_latest: true
46-
overwrite_files: true
47-
files: |
48-
./**/aikido-php-firewall*

0 commit comments

Comments
 (0)