Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Commit

Permalink
Update actions (#673)
Browse files Browse the repository at this point in the history
Signed-off-by: Knative Automation <automation@knative.team>
  • Loading branch information
knative-automation authored Jun 2, 2021
1 parent b4481d1 commit a1bac8d
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/knative-boilerplate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ name: Boilerplate

on:
pull_request:
branches: [ 'main', 'master', 'release-*' ]
branches: [ 'main', 'master', 'release-*', 'mkdocs' ]

jobs:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/knative-donotsubmit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ name: Do Not Submit

on:
pull_request:
branches: [ 'main', 'master', 'release-*' ]
branches: [ 'main', 'master', 'release-*', 'mkdocs' ]

jobs:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/knative-go-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ name: Build

on:
pull_request:
branches: [ 'main', 'master', 'release-*' ]
branches: [ 'main', 'master', 'release-*', 'mkdocs' ]

jobs:

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/knative-go-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ name: Test
on:

push:
branches: [ 'main', 'master' ]
branches: [ 'main', 'master', 'mkdocs' ]

pull_request:
branches: [ 'main', 'master', 'release-*' ]
branches: [ 'main', 'master', 'release-*', 'mkdocs' ]

jobs:

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/knative-releasability.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
env:
#########################################
# Update this section each release. #
RELEASE: 'v0.23'
SLACK_CHANNEL: 'release-23'
RELEASE: 'v0.24'
SLACK_CHANNEL: 'release-24'
#########################################

steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/knative-security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ name: 'Security'

on:
push:
branches: [ 'main', 'master', 'release-*' ]
branches: [ 'main', 'master', 'release-*', 'mkdocs' ]

pull_request:
branches: [ 'main', 'master', 'release-*' ]
branches: [ 'main', 'master', 'release-*', 'mkdocs' ]

jobs:
analyze:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/knative-style.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ name: Code Style

on:
pull_request:
branches: [ 'main', 'master', 'release-*' ]
branches: [ 'main', 'master', 'release-*', 'mkdocs' ]

jobs:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/knative-verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ name: Verify

on:
pull_request:
branches: [ 'main', 'master', 'release-*' ]
branches: [ 'main', 'master', 'release-*', 'mkdocs' ]

jobs:

Expand Down

0 comments on commit a1bac8d

Please sign in to comment.