Skip to content

Commit

Permalink
Updated to run workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
axsaucedo committed Oct 2, 2021
1 parent d70a8c8 commit 084db62
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Docs Test

on:
push:
branches: [ master ]
branches: [ master, v*-release ]
pull_request:
branches: [ master ]
branches: [ master, v*-release ]

jobs:
docs-lint:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/executor_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Executor Lint

on:
push:
branches: [ master ]
branches: [ master, v*-release ]
pull_request:
branches: [ master ]
branches: [ master, v*-release ]

jobs:
executor-lint:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/executor_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Executor Tests

on:
push:
branches: [ master ]
branches: [ master, v*-release ]
pull_request:
branches: [ master ]
branches: [ master, v*-release ]

jobs:
executor-tests:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/operator_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Operator Lint

on:
push:
branches: [ master ]
branches: [ master, v*-release ]
pull_request:
branches: [ master ]
branches: [ master, v*-release ]

jobs:
operator-lint:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/operator_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Operator Tests

on:
push:
branches: [ master ]
branches: [ master, v*-release ]
pull_request:
branches: [ master ]
branches: [ master, v*-release ]

jobs:
operator-tests:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/python_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Python Lint

on:
push:
branches: [ master ]
branches: [ master, v*-release ]
pull_request:
branches: [ master ]
branches: [ master, v*-release ]

jobs:
python-lint:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/python_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Python Tests

on:
push:
branches: [ master ]
branches: [ master, v*-release ]
pull_request:
branches: [ master ]
branches: [ master, v*-release ]

jobs:
python-tests:
Expand Down

0 comments on commit 084db62

Please sign in to comment.