mirror of
https://github.com/epi052/feroxbuster.git
synced 2026-06-05 00:01:12 -03:00
Compare commits
3 Commits
v2.9.2
...
self-updat
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e0f9a30ba9 | ||
|
|
867da048b4 | ||
|
|
31e66c1fa0 |
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -94,7 +94,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
IN_PIPELINE: true
|
IN_PIPELINE: true
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
if: github.ref == 'refs/heads/main'
|
# if: github.ref == 'refs/heads/main'
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: actions-rs/toolchain@v1
|
- uses: actions-rs/toolchain@v1
|
||||||
@@ -126,7 +126,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
IN_PIPELINE: true
|
IN_PIPELINE: true
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
if: github.ref == 'refs/heads/main'
|
# if: github.ref == 'refs/heads/main'
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
type: [windows-x64, windows-x86]
|
type: [windows-x64, windows-x86]
|
||||||
|
|||||||
Reference in New Issue
Block a user