Skip to content

Commit

Permalink
Merge pull request #13 from Frissi0n/ci/remove_dev
Browse files Browse the repository at this point in the history
ci: Remove dev branch and associated tests
  • Loading branch information
Frissi0n authored Dec 3, 2023
2 parents 49e0aad + aed1baa commit 6a5b7c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: Docker PyTest

on:
push:
branches: [main, dev]
branches: [main]
paths:
- "gtfonow/**"
pull_request:
branches: [main, dev]
branches: [main]
paths:
- "gtfonow/**"
jobs:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/update-submodules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ jobs:
uses: actions/checkout@v4
with:
submodules: "recursive"
ref: dev

- name: Update submodules
run: |
git submodule update --remote --recursive
Expand All @@ -38,4 +36,4 @@ jobs:
branch: update-gtfobins-${{ github.run_id }}
body: "This is an automated PR to update the GTFOBin submodule."
delete-branch: true
commit-message: Update GTFOBins
commit-message: "feat: Update GTFOBins"

0 comments on commit 6a5b7c1

Please sign in to comment.