Skip to content

Commit

Permalink
updated CI triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
timgit committed Jul 2, 2023
1 parent a5e242d commit a2beb03
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
@@ -1,4 +1,9 @@
on: [ "push", "pull_request" ]
on:
push:
branches: [master]
tags-ignore: ['**']
pull_request:
branches: [master]

name: CI

Expand Down

0 comments on commit a2beb03

Please sign in to comment.