Skip to content

Commit

Permalink
Enable manual triggers and disable tag triggers in test pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed Jul 25, 2022
1 parent b7cd505 commit b830876
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test.yml
@@ -1,6 +1,11 @@
name: Cross-OS Tests

on: [push, pull_request]
on:
push:
tags-ignore:
- '**'
pull_request:
workflow_dispatch:

env:
GITHUB_TOKEN: 1
Expand Down

0 comments on commit b830876

Please sign in to comment.