Skip to content

Commit

Permalink
run on push?
Browse files Browse the repository at this point in the history
  • Loading branch information
p committed May 14, 2024
1 parent d70f956 commit 3e7edf7
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/require-encapsulation.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
name: Check require encapsulation
on: [push]

on:
push:
branches:
- "**"
pull_request:
# The branches below must be a subset of the branches above
branches: [ master ]

jobs:
check-require-encapsulation:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3e7edf7

Please sign in to comment.