Skip to content

Commit

Permalink
Skip test workflow on pushed tags
Browse files Browse the repository at this point in the history
  • Loading branch information
jcwillox committed Feb 27, 2022
1 parent b4275a2 commit d821d06
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
name: 'Test'

on: [push, pull_request]
on:
push:
branches:
- "main"
- "feat**"
tags-ignore:
- "**"
pull_request:

env:
TARGET: rclone_backup
Expand Down

0 comments on commit d821d06

Please sign in to comment.