Skip to content

Commit

Permalink
bug #139: activate CI only for pushes on branches
Browse files Browse the repository at this point in the history
  • Loading branch information
FabienDanieau committed Aug 27, 2024
1 parent 6e6e54e commit fbc4256
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/generate_code.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@

name: Generate Code

on: [push]
on:
push:
branches:
- '*'

jobs:
generate-python:
Expand Down

0 comments on commit fbc4256

Please sign in to comment.