Skip to content

Commit

Permalink
Update python-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
amish0 authored Aug 27, 2024
1 parent 2edf1c5 commit 088edd8
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,16 @@
# documentation.

name: Test Python Workflow

run-name: ${{ github.actor }} is testing out GitHub Actions
on:
release:
types: [published]
push:
branches: ["main"]
jobs:
GitHub-Action:
runs-on: ubuntu-latest
steps:
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."


# permissions:
# contents: read
Expand Down

0 comments on commit 088edd8

Please sign in to comment.