Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PerezHz authored Jul 7, 2023
1 parent 9b5f6e8 commit 7e0ceec
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
name: CI
on:
push:
paths-ignore:
- 'LICENSE.md'
- 'README.md'
pull_request:
branches:
- main
tags: ['*']
pull_request:
tags: '*'
concurrency:
# Skip intermediate builds: always.
# Cancel intermediate builds: only if it is a pull request build.
Expand Down

0 comments on commit 7e0ceec

Please sign in to comment.