We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f48d515 commit d3ebb36Copy full SHA for d3ebb36
.github/workflows/main.yml
@@ -1,4 +1,13 @@
1
-on: [status]
+on:
2
+ push:
3
+ branches:
4
+ - '**'
5
+ create:
6
7
+ - 'master'
8
+ tags:
9
10
+
11
jobs:
12
circleci_artifacts_redirector_job:
13
runs-on: ubuntu-latest
.github/workflows/pythonpackage.yml
@@ -1,6 +1,14 @@
name: Test Package
-on: [push]
14
build:
0 commit comments