Skip to content

Commit

Permalink
Trigger Github action on push to master, pull request and manual
Browse files Browse the repository at this point in the history
  • Loading branch information
tappoz committed Apr 2, 2022
1 parent 12d817d commit 0314f9d
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/py.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
---
name: Python A38

# only manual and pull requests
on: [workflow_dispatch, pull_request]
on:
push:
branches:
- master
pull_request:
branches:
- master
# invoke the pipeline manually
workflow_dispatch:

jobs:
build:
Expand Down

0 comments on commit 0314f9d

Please sign in to comment.