Skip to content

Commit

Permalink
Trigger workflow for tags (#1468)
Browse files Browse the repository at this point in the history
  • Loading branch information
pakrym-stripe authored Mar 24, 2023
1 parent 764c4ea commit 5b9e1c6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,23 @@
name: CI

on:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch: {}
push:
branches:
- master
- beta
- sdk-release/**
- feature/**
tags:
- v[0-9]+.[0-9]+.[0-9]+*
pull_request:
branches:
- master
- beta
- sdk-release/**
- feature/**

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

jobs:
php-cs-fixer:
name: PHP-CS-Fixer
Expand Down

0 comments on commit 5b9e1c6

Please sign in to comment.