Skip to content

Commit

Permalink
Merge pull request #6 from sciencefidelity/ci/test-6
Browse files Browse the repository at this point in the history
  • Loading branch information
sciencefidelity authored Aug 21, 2023
2 parents 556ccc2 + 4d27402 commit a892edf
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
name: Package
on:
pull_request:
push:
branches:
- main
pull_request_target:
types:
- closed
# push:
# branches:
# - main

jobs:
publish:
Expand All @@ -27,7 +30,7 @@ jobs:
run: |
echo ${{ github.event.pull_request.merged }}
echo ${{ github.event.pull_request.closed }}
echo ${{ github.event.pull_request.closed }}
echo ${{ github.event.push }}
echo ${{ github.head_ref }}
echo ${{ github.ref }}
echo ${{ github.ref_name }}
Expand Down

0 comments on commit a892edf

Please sign in to comment.