Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v2.4.0 - support local execution with act #40

Merged
merged 14 commits into from
Sep 29, 2020
Prev Previous commit
Next Next commit
Update README
  • Loading branch information
dorny committed Sep 29, 2020
commit 4f8ebf63761fa0af6f8775c2d920bfb2e5063ec2
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ doesn't allow this because they doesn't work on a level of individual jobs or st


# What's New

- Support for tag pushes and tags as a base reference
- Fixes for various edge cases when event payload is incomplete
- Now works locally with [act](https://github.com/nektos/act)
- Fixed behavior of feature branch workflow:
- Detects only changes introduced by feature branch. Later modifications on base branch are ignored.
- Filter by type of file change:
Expand Down Expand Up @@ -68,7 +70,7 @@ For more information see [CHANGELOG](https://github.com/actions/checkout/blob/ma
# Filters syntax is documented by example - see examples section.
filters: ''

# Branch against which the changes will be detected.
# Branch or tag against which the changes will be detected.
# If it references same branch it was pushed to,
# changes are detected against the most recent commit before the push.
# Otherwise it uses git merge-base to find best common ancestor between
Expand Down