Skip to content

Commit 088edd8

Browse files
authored
Update python-publish.yml
1 parent 2edf1c5 commit 088edd8

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.github/workflows/python-publish.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,16 @@
77
# documentation.
88

99
name: Test Python Workflow
10-
10+
run-name: ${{ github.actor }} is testing out GitHub Actions
1111
on:
12-
release:
13-
types: [published]
12+
push:
13+
branches: ["main"]
14+
jobs:
15+
GitHub-Action:
16+
runs-on: ubuntu-latest
17+
steps:
18+
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
19+
1420

1521
# permissions:
1622
# contents: read

0 commit comments

Comments
 (0)