summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/python-2-2-branch.yml8
1 files changed, 5 insertions, 3 deletions
diff --git a/.github/workflows/python-2-2-branch.yml b/.github/workflows/python-2-2-branch.yml
index e749b29..7621484 100644
--- a/.github/workflows/python-2-2-branch.yml
+++ b/.github/workflows/python-2-2-branch.yml
@@ -5,9 +5,11 @@ name: Python 2.2 build
on:
push:
- branches: [ "2.2" ]
- pull_request:
- branches: [ "2.2" ]
+ branches:
+ - '2.2'
+ paths:
+ - '**.py'
+ workflow_dispatch:
jobs:
build: