Skip to content

Commit

Permalink
Testing github action triggering a second action
Browse files Browse the repository at this point in the history
  • Loading branch information
detro committed Oct 3, 2023
1 parent b482dc3 commit a351219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: CI

on:
push:
branches: [ "main" ]
tags: [ "v[0-9]+.[0-9]+.[0-9]+*" ]
branches: [ "main" ]
paths-ignore:
- '*.md'
pull_request:
Expand Down

0 comments on commit a351219

Please sign in to comment.