Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/workflows/famedly-tests.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
name: Tests

# By separating push and pull_request by 'branches', they won't both run if there is a
# push to a pull request. In other words, any change on any branch is considered a 'push',
# so a change to a pull request was triggering both. Also run tests when a tag is pushed.
on:
push:
branches: ["master", "release-*"]
Comment thread
nico-famedly marked this conversation as resolved.
Outdated
tags:
- '**'
pull_request:
merge_group:
workflow_dispatch:
Expand Down
Loading