Skip to content

Commit

Permalink
run workflow only on push
Browse files Browse the repository at this point in the history
  • Loading branch information
yeggor committed Apr 23, 2024
1 parent f614943 commit 1f26858
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: efiXplorer CI
on:
push:
pull_request:
jobs:
build_windows:
runs-on: windows-2019
Expand Down
8 changes: 0 additions & 8 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ name: "CodeQL"
on:
push:
branches: [ master ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ master ]

jobs:
analyze-everything:
name: Analyze efiXplorer
Expand All @@ -14,12 +10,10 @@ jobs:
actions: read
contents: read
security-events: write

strategy:
fail-fast: false
matrix:
language: [ 'cpp' ]

steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand All @@ -28,7 +22,6 @@ jobs:
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}

- name: Autobuild
env:
IDA_SDK: ${{ secrets.DOWNLOAD_LINK_IDA_SDK }}
Expand All @@ -43,6 +36,5 @@ jobs:
cd build
cmake .. -DIdaSdk_ROOT_DIR="../../idasdk84" -DHexRaysSdk_ROOT_DIR="../../hexrays_sdk"
cmake --build . --config Release
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3

0 comments on commit 1f26858

Please sign in to comment.