Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchelbaker-cisa authored Feb 22, 2024
1 parent 34e823b commit a0564d4
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,13 @@ on:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+*' # match basic semver tags
pull_request:
types: [opened, reopened, synchronize]
branches: [main, 'release-*']
types:
- opened
- reopened
- synchronize
branches:
- main
- 'release-*'

jobs:
lint:
Expand Down

0 comments on commit a0564d4

Please sign in to comment.