CHANGELOG update

This commit is contained in:
Jakub Chrzanowski
2021-05-31 12:15:43 +02:00
parent 27a82938a7
commit 80b42b2e92
2 changed files with 4 additions and 6 deletions

View File

@@ -15,15 +15,12 @@
name: Build
on:
# Trigger the workflow on pushes to only the 'main' branch
# (this avoids duplicate checks being run e.g. for dependabot pull requests)
# Trigger the workflow on pushes to only the 'main' branch (this avoids duplicate checks being run e.g. for dependabot pull requests)
push:
branches:
- main
branches: [main]
# Trigger the workflow on any pull request
pull_request:
jobs:
# Run Gradle Wrapper Validation Action to verify the wrapper's checksum