diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2c431b0bf..fd513c599 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,3 +1,11 @@ +# Copyright (c) 2025 Alex Tereschenko +# +# This program and the accompanying materials are made available under the terms +# of the MIT license which is available at +# https://projects.eclipse.org/license/mit-license-mit. +# +# SPDX-License-Identifier: MIT + # Please see the documentation for all configuration options: # https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates diff --git a/.github/workflows/build_and_test.yaml b/.github/workflows/build_and_test.yaml index acb8ecfa2..16760984a 100644 --- a/.github/workflows/build_and_test.yaml +++ b/.github/workflows/build_and_test.yaml @@ -1,10 +1,18 @@ +# Copyright (c) 2025 Tom Ingleby, Alex Tereschenko +# +# This program and the accompanying materials are made available under the terms +# of the MIT license which is available at +# https://projects.eclipse.org/license/mit-license-mit. +# +# SPDX-License-Identifier: MIT + name: Build and test on: push: - branches: [ main ] + branches: [ main, master ] pull_request: - branches: [ main ] + branches: [ main, master ] workflow_dispatch: permissions: