Skip to content

Commit

Permalink
Trying to fix the workflow to also run on tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Razican committed Sep 2, 2020
1 parent 3d05138 commit e4fecf8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test262.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ on:
push:
branches:
- master
tags: *
tags:
- v*
pull_request:
branches:
- master
Expand Down

0 comments on commit e4fecf8

Please sign in to comment.