summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/main.yml11
-rw-r--r--.github/workflows/pythonpackage.yml10
2 files changed, 19 insertions, 2 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 6b52555..46f278a 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -1,4 +1,13 @@
-on: [status]
+on:
+ push:
+ branches:
+ - '**'
+ create:
+ branches:
+ - 'master'
+ tags:
+ - '**'
+
jobs:
circleci_artifacts_redirector_job:
runs-on: ubuntu-latest
diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml
index cb3baf8..d728edd 100644
--- a/.github/workflows/pythonpackage.yml
+++ b/.github/workflows/pythonpackage.yml
@@ -1,6 +1,14 @@
name: Test Package
-on: [push]
+on:
+ push:
+ branches:
+ - '**'
+ create:
+ branches:
+ - 'master'
+ tags:
+ - '**'
jobs:
build: