Skip to content

Commit

Permalink
github actions: restrict execution to a specific branch-pattern ruleset
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielfalcao committed Jan 16, 2024
1 parent 6ecc73d commit 3d62588
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pythonapp.yml
Expand Up @@ -2,11 +2,12 @@ name: Sure Tests
on:
push:
branches:
- '*'
- runner
- master
- 3.0*

jobs:
python:
if: github.event.push.user.login == 'gabrielfalcao'
name: "Python"
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit 3d62588

Please sign in to comment.