Skip to content

Commit

Permalink
[resoto][fix] Build and push to PyPI on tag push (#865)
Browse files Browse the repository at this point in the history
  • Loading branch information
lloesche committed May 13, 2022
1 parent 4cefca9 commit edc3ae4
Show file tree
Hide file tree
Showing 24 changed files with 48 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check_pr_plugin_aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
name: Check PR (Plugin aws)
on:
push:
tags:
- "*.*.*"
branches:
- main
pull_request:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/check_pr_plugin_cleanup_aws_alarms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
name: Check PR (Plugin cleanup_aws_alarms)
on:
push:
tags:
- "*.*.*"
branches:
- main
pull_request:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
name: Check PR (Plugin cleanup_aws_loadbalancers)
on:
push:
tags:
- "*.*.*"
branches:
- main
pull_request:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/check_pr_plugin_cleanup_aws_vpcs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
name: Check PR (Plugin cleanup_aws_vpcs)
on:
push:
tags:
- "*.*.*"
branches:
- main
pull_request:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/check_pr_plugin_cleanup_expired.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
name: Check PR (Plugin cleanup_expired)
on:
push:
tags:
- "*.*.*"
branches:
- main
pull_request:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/check_pr_plugin_cleanup_untagged.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
name: Check PR (Plugin cleanup_untagged)
on:
push:
tags:
- "*.*.*"
branches:
- main
pull_request:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/check_pr_plugin_cleanup_volumes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
name: Check PR (Plugin cleanup_volumes)
on:
push:
tags:
- "*.*.*"
branches:
- main
pull_request:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/check_pr_plugin_digitalocean.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
name: Check PR (Plugin digitalocean)
on:
push:
tags:
- "*.*.*"
branches:
- main
pull_request:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/check_pr_plugin_example_collector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
name: Check PR (Plugin example_collector)
on:
push:
tags:
- "*.*.*"
branches:
- main
pull_request:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/check_pr_plugin_gcp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
name: Check PR (Plugin gcp)
on:
push:
tags:
- "*.*.*"
branches:
- main
pull_request:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/check_pr_plugin_github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
name: Check PR (Plugin github)
on:
push:
tags:
- "*.*.*"
branches:
- main
pull_request:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/check_pr_plugin_k8s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
name: Check PR (Plugin k8s)
on:
push:
tags:
- "*.*.*"
branches:
- main
pull_request:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/check_pr_plugin_onelogin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
name: Check PR (Plugin onelogin)
on:
push:
tags:
- "*.*.*"
branches:
- main
pull_request:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/check_pr_plugin_onprem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
name: Check PR (Plugin onprem)
on:
push:
tags:
- "*.*.*"
branches:
- main
pull_request:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/check_pr_plugin_protector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
name: Check PR (Plugin protector)
on:
push:
tags:
- "*.*.*"
branches:
- main
pull_request:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/check_pr_plugin_slack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
name: Check PR (Plugin slack)
on:
push:
tags:
- "*.*.*"
branches:
- main
pull_request:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/check_pr_plugin_tagvalidator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
name: Check PR (Plugin tagvalidator)
on:
push:
tags:
- "*.*.*"
branches:
- main
pull_request:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/check_pr_plugin_vsphere.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
name: Check PR (Plugin vsphere)
on:
push:
tags:
- "*.*.*"
branches:
- main
pull_request:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/check_pr_resotolib.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Check PR (resotolib)
on:
push:
tags:
- "*.*.*"
branches:
- main
pull_request:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/check_pr_resotometrics.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Check PR (resotometrics)
on:
push:
tags:
- "*.*.*"
branches:
- main
pull_request:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/check_pr_resotoshell.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Check PR (resotoshell)
on:
push:
tags:
- "*.*.*"
branches:
- main
pull_request:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/check_pr_resotoworker.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Check PR (resotoworker)
on:
push:
tags:
- "*.*.*"
branches:
- main
pull_request:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/create_plugin_workflows.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
name: Check PR (Plugin @name@)
on:
push:
tags:
- "*.*.*"
branches:
- main
pull_request:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/resotocore_test_and_build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Test and build (resotocore)
on:
push:
tags:
- "*.*.*"
branches:
- main
paths:
Expand Down

0 comments on commit edc3ae4

Please sign in to comment.