Merge pull request #533 from stefins/patch-1

Update CI to run on main branch events
This commit is contained in:
Zack 2023-02-10 11:59:21 -08:00 committed by GitHub
commit 8f75bb8299
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -1,9 +1,9 @@
name: CI name: CI
on: on:
push: push:
branches: [master] branches: [main]
pull_request: pull_request:
branches: [master] branches: [main]
jobs: jobs:
unit-tests: unit-tests:

View File

@ -4,9 +4,9 @@ name: CD
# Controls when the action will run. # Controls when the action will run.
on: on:
# Triggers the workflow on push or pull request events but only for the master branch # Triggers the workflow on push or pull request events but only for the main branch
push: push:
branches: [ master ] branches: [ main ]
pull_request: pull_request:
# Allows you to run this workflow manually from the Actions tab # Allows you to run this workflow manually from the Actions tab