Use $default-branch token

This commit is contained in:
Christopher Schleiden
2020-07-13 12:12:41 -07:00
parent 7e9fc80858
commit abf7f258d1
30 changed files with 76 additions and 76 deletions
+2 -2
View File
@@ -2,9 +2,9 @@ name: Android CI
on: on:
push: push:
branches: [ master ] branches: [ $default-branch ]
pull_request: pull_request:
branches: [ master ] branches: [ $default-branch ]
jobs: jobs:
build: build:
+2 -2
View File
@@ -5,9 +5,9 @@ name: Java CI
on: on:
push: push:
branches: [ master ] branches: [ $default-branch ]
pull_request: pull_request:
branches: [ master ] branches: [ $default-branch ]
jobs: jobs:
build: build:
+3 -3
View File
@@ -3,12 +3,12 @@
name: CI name: CI
# Controls when the action will run. Triggers the workflow on push or pull request # Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch # events but only for the $default-branch branch
on: on:
push: push:
branches: [ master ] branches: [ $default-branch ]
pull_request: pull_request:
branches: [ master ] branches: [ $default-branch ]
# A workflow run is made up of one or more jobs that can run sequentially or in parallel # A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs: jobs:
+2 -2
View File
@@ -2,9 +2,9 @@ name: C/C++ CI
on: on:
push: push:
branches: [ master ] branches: [ $default-branch ]
pull_request: pull_request:
branches: [ master ] branches: [ $default-branch ]
jobs: jobs:
build: build:
+2 -2
View File
@@ -2,9 +2,9 @@ name: Clojure CI
on: on:
push: push:
branches: [ master ] branches: [ $default-branch ]
pull_request: pull_request:
branches: [ master ] branches: [ $default-branch ]
jobs: jobs:
build: build:
+2 -2
View File
@@ -2,9 +2,9 @@ name: Crystal CI
on: on:
push: push:
branches: [ master ] branches: [ $default-branch ]
pull_request: pull_request:
branches: [ master ] branches: [ $default-branch ]
jobs: jobs:
build: build:
+2 -2
View File
@@ -2,9 +2,9 @@ name: Dart CI
on: on:
push: push:
branches: [ master ] branches: [ $default-branch ]
pull_request: pull_request:
branches: [ master ] branches: [ $default-branch ]
jobs: jobs:
build: build:
+2 -2
View File
@@ -2,9 +2,9 @@ name: Django CI
on: on:
push: push:
branches: [ master ] branches: [ $default-branch ]
pull_request: pull_request:
branches: [ master ] branches: [ $default-branch ]
jobs: jobs:
build: build:
+2 -2
View File
@@ -2,9 +2,9 @@ name: Docker Image CI
on: on:
push: push:
branches: [ master ] branches: [ $default-branch ]
pull_request: pull_request:
branches: [ master ] branches: [ $default-branch ]
jobs: jobs:
+3 -3
View File
@@ -2,9 +2,9 @@ name: Docker
on: on:
push: push:
# Publish `master` as Docker `latest` image. # Publish `$default-branch` as Docker `latest` image.
branches: branches:
- master - $default-branch
# Publish `v1.2.3` tags as releases. # Publish `v1.2.3` tags as releases.
tags: tags:
@@ -67,7 +67,7 @@ jobs:
[[ "${{ github.ref }}" == "refs/tags/"* ]] && VERSION=$(echo $VERSION | sed -e 's/^v//') [[ "${{ github.ref }}" == "refs/tags/"* ]] && VERSION=$(echo $VERSION | sed -e 's/^v//')
# Use Docker `latest` tag convention # Use Docker `latest` tag convention
[ "$VERSION" == "master" ] && VERSION=latest [ "$VERSION" == "$default-branch" ] && VERSION=latest
echo IMAGE_ID=$IMAGE_ID echo IMAGE_ID=$IMAGE_ID
echo VERSION=$VERSION echo VERSION=$VERSION
+2 -2
View File
@@ -40,9 +40,9 @@ name: .NET Core Desktop
on: on:
push: push:
branches: [ master ] branches: [ $default-branch ]
pull_request: pull_request:
branches: [ master ] branches: [ $default-branch ]
jobs: jobs:
+2 -2
View File
@@ -2,9 +2,9 @@ name: .NET Core
on: on:
push: push:
branches: [ master ] branches: [ $default-branch ]
pull_request: pull_request:
branches: [ master ] branches: [ $default-branch ]
jobs: jobs:
build: build:
+2 -2
View File
@@ -2,9 +2,9 @@ name: Elixir CI
on: on:
push: push:
branches: [ master ] branches: [ $default-branch ]
pull_request: pull_request:
branches: [ master ] branches: [ $default-branch ]
jobs: jobs:
build: build:
+2 -2
View File
@@ -2,9 +2,9 @@ name: Erlang CI
on: on:
push: push:
branches: [ master ] branches: [ $default-branch ]
pull_request: pull_request:
branches: [ master ] branches: [ $default-branch ]
jobs: jobs:
+2 -2
View File
@@ -2,9 +2,9 @@ name: Ruby Gem
on: on:
push: push:
branches: [ master ] branches: [ $default-branch ]
pull_request: pull_request:
branches: [ master ] branches: [ $default-branch ]
jobs: jobs:
build: build:
+2 -2
View File
@@ -2,9 +2,9 @@ name: Go
on: on:
push: push:
branches: [ master ] branches: [ $default-branch ]
pull_request: pull_request:
branches: [ master ] branches: [ $default-branch ]
jobs: jobs:
+2 -2
View File
@@ -5,9 +5,9 @@ name: Java CI with Gradle
on: on:
push: push:
branches: [ master ] branches: [ $default-branch ]
pull_request: pull_request:
branches: [ master ] branches: [ $default-branch ]
jobs: jobs:
build: build:
+2 -2
View File
@@ -2,9 +2,9 @@ name: Haskell CI
on: on:
push: push:
branches: [ master ] branches: [ $default-branch ]
pull_request: pull_request:
branches: [ master ] branches: [ $default-branch ]
jobs: jobs:
build: build:
+2 -2
View File
@@ -2,9 +2,9 @@ name: Jekyll site CI
on: on:
push: push:
branches: [ master ] branches: [ $default-branch ]
pull_request: pull_request:
branches: [ master ] branches: [ $default-branch ]
jobs: jobs:
build: build:
+2 -2
View File
@@ -2,9 +2,9 @@ name: Laravel
on: on:
push: push:
branches: [ master ] branches: [ $default-branch ]
pull_request: pull_request:
branches: [ master ] branches: [ $default-branch ]
jobs: jobs:
laravel-tests: laravel-tests:
+2 -2
View File
@@ -5,9 +5,9 @@ name: Java CI with Maven
on: on:
push: push:
branches: [ master ] branches: [ $default-branch ]
pull_request: pull_request:
branches: [ master ] branches: [ $default-branch ]
jobs: jobs:
build: build:
+2 -2
View File
@@ -5,9 +5,9 @@ name: Node.js CI
on: on:
push: push:
branches: [ master ] branches: [ $default-branch ]
pull_request: pull_request:
branches: [ master ] branches: [ $default-branch ]
jobs: jobs:
build: build:
+2 -2
View File
@@ -2,9 +2,9 @@ name: PHP Composer
on: on:
push: push:
branches: [ master ] branches: [ $default-branch ]
pull_request: pull_request:
branches: [ master ] branches: [ $default-branch ]
jobs: jobs:
build: build:
+2 -2
View File
@@ -5,9 +5,9 @@ name: Python application
on: on:
push: push:
branches: [ master ] branches: [ $default-branch ]
pull_request: pull_request:
branches: [ master ] branches: [ $default-branch ]
jobs: jobs:
build: build:
+2 -2
View File
@@ -5,9 +5,9 @@ name: Python package
on: on:
push: push:
branches: [ master ] branches: [ $default-branch ]
pull_request: pull_request:
branches: [ master ] branches: [ $default-branch ]
jobs: jobs:
build: build:
+2 -2
View File
@@ -9,9 +9,9 @@ name: Ruby
on: on:
push: push:
branches: [ master ] branches: [ $default-branch ]
pull_request: pull_request:
branches: [ master ] branches: [ $default-branch ]
jobs: jobs:
test: test:
+2 -2
View File
@@ -2,9 +2,9 @@ name: Rust
on: on:
push: push:
branches: [ master ] branches: [ $default-branch ]
pull_request: pull_request:
branches: [ master ] branches: [ $default-branch ]
env: env:
CARGO_TERM_COLOR: always CARGO_TERM_COLOR: always
+2 -2
View File
@@ -2,9 +2,9 @@ name: Scala CI
on: on:
push: push:
branches: [ master ] branches: [ $default-branch ]
pull_request: pull_request:
branches: [ master ] branches: [ $default-branch ]
jobs: jobs:
build: build:
+2 -2
View File
@@ -2,9 +2,9 @@ name: Swift
on: on:
push: push:
branches: [ master ] branches: [ $default-branch ]
pull_request: pull_request:
branches: [ master ] branches: [ $default-branch ]
jobs: jobs:
build: build:
+4 -4
View File
@@ -1,7 +1,7 @@
# This workflow installs the latest version of Terraform CLI and configures the Terraform CLI configuration file # This workflow installs the latest version of Terraform CLI and configures the Terraform CLI configuration file
# with an API token for Terraform Cloud (app.terraform.io). On pull request events, this workflow will run # with an API token for Terraform Cloud (app.terraform.io). On pull request events, this workflow will run
# `terraform init`, `terraform fmt`, and `terraform plan` (speculative plan via Terraform Cloud). On push events # `terraform init`, `terraform fmt`, and `terraform plan` (speculative plan via Terraform Cloud). On push events
# to the master branch, `terraform apply` will be executed. # to the $default-branch branch, `terraform apply` will be executed.
# #
# Documentation for `hashicorp/setup-terraform` is located here: https://github.com/hashicorp/setup-terraform # Documentation for `hashicorp/setup-terraform` is located here: https://github.com/hashicorp/setup-terraform
# #
@@ -47,7 +47,7 @@ name: 'Terraform'
on: on:
push: push:
branches: branches:
- master - $default-branch
pull_request: pull_request:
jobs: jobs:
@@ -83,8 +83,8 @@ jobs:
- name: Terraform Plan - name: Terraform Plan
run: terraform plan run: terraform plan
# On push to master, build or change infrastructure according to Terraform configuration files # On push to $default-branch, build or change infrastructure according to Terraform configuration files
# Note: It is recommended to set up a required "strict" status check in your repository for "Terraform Cloud". See the documentation on "strict" required status checks for more information: https://help.github.com/en/github/administering-a-repository/types-of-required-status-checks # Note: It is recommended to set up a required "strict" status check in your repository for "Terraform Cloud". See the documentation on "strict" required status checks for more information: https://help.github.com/en/github/administering-a-repository/types-of-required-status-checks
- name: Terraform Apply - name: Terraform Apply
if: github.ref == 'refs/heads/master' && github.event_name == 'push' if: github.ref == 'refs/heads/$default-branch' && github.event_name == 'push'
run: terraform apply -auto-approve run: terraform apply -auto-approve