Skip to content

Commit

Permalink
feat: test on merge action
Browse files Browse the repository at this point in the history
  • Loading branch information
jvegalo committed Jun 24, 2023
1 parent b3c1d8c commit 0b6d870
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 41 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Continuous Integration

on:
pull_request:
branches:
- continuous-integration-workflow
types:
- closed

jobs:
if-merged:
if: ${{ github.event.pull_request.merged }}
runs-on: ubuntu-latest
steps:
- run: |
echo The PR was merged
23 changes: 0 additions & 23 deletions .github/workflows/coverage.yml

This file was deleted.

18 changes: 0 additions & 18 deletions .github/workflows/deploy-to-svn.yml

This file was deleted.

0 comments on commit 0b6d870

Please sign in to comment.