Skip to content

Commit

Permalink
ci: merge pr and main workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
marabesi committed Feb 25, 2024
1 parent 72986c1 commit 0fdc27e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 126 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ concurrency:
cancel-in-progress: true

on:
pull_request:
workflow_dispatch:
push:
branches: main
Expand Down Expand Up @@ -141,6 +142,7 @@ jobs:
delivery:
runs-on: ubuntu-latest
needs: [test, acceptance]
if: github.ref == 'refs/heads/main'
steps:
- uses: actions/checkout@v3
- name: Set Environment Variables
Expand Down
126 changes: 0 additions & 126 deletions .github/workflows/pull_request.yml

This file was deleted.

0 comments on commit 0fdc27e

Please sign in to comment.