Skip to content

Commit

Permalink
Run CI on tags
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm001 authored Dec 28, 2023
1 parent 9a34f2d commit 3bebd74
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Build driver
on:
push:
branches:
- 'master'
- 'releases/**'
branches: [ master ]
tags:
- 'v*'
pull_request:
workflow_dispatch:
branches: [ master ]

jobs:
build:
Expand Down

0 comments on commit 3bebd74

Please sign in to comment.