Skip to content

Commit

Permalink
Attempt to run the workflow, when the workflow file changes
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri committed Apr 24, 2024
1 parent 9e329b5 commit fd9895b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
# relevant branches and tags. Other branches can be checked via PRs.
# branches: [main]
tags: ['v[0-9]*', '[0-9]+.[0-9]+*'] # Match tags that resemble a version
paths: ['.github/workflows/ci.yml'] # Run when this file itself is changed
# pull_request: # Run in every PR
workflow_dispatch: # Allow manually triggering the workflow
schedule:
Expand Down

0 comments on commit fd9895b

Please sign in to comment.