Skip to content

Commit

Permalink
Add tags to workflow execution
Browse files Browse the repository at this point in the history
  • Loading branch information
niccokunzmann committed Sep 6, 2023
1 parent d4fe9da commit af5a46f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ name: tests

on:
push:
branches: [ 4.x ]
branches:
- 4.x
tags:
- v*
pull_request:
schedule:
- cron: '21 7 * * 0' # run once a week on Sunday
Expand Down

0 comments on commit af5a46f

Please sign in to comment.