We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 688bd8d commit 5db547dCopy full SHA for 5db547d
.github/workflows/build.yml
@@ -2,6 +2,11 @@ name: Build
2
3
on:
4
push:
5
+ branches:
6
+ - main
7
+ pull_request:
8
9
10
workflow_call:
11
12
jobs:
.github/workflows/release.yml
@@ -37,12 +37,3 @@ jobs:
37
with:
38
files: |
39
./**/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