Skip to content

Commit

Permalink
CI: only use the push generation on master
Browse files Browse the repository at this point in the history
For the rest `pull_request:` is enough.
  • Loading branch information
robUx4 committed Apr 9, 2023
1 parent 4dd42c2 commit 7be14a3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/generate-rfcs.yaml
@@ -1,6 +1,9 @@
name: "Generate the EBML RFC"
# Trigger the workflow on push or pull request
on: [push, pull_request]
on:
push:
branches: [ master ]
pull_request:

jobs:
build:
Expand Down

0 comments on commit 7be14a3

Please sign in to comment.